You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,5 +61,5 @@ class ExampleTest {
61
61
```
62
62
63
63
**Notes**
64
-
1. If your stub does not compile, just put it outside of the source directory, for example in a stub/ directory at the root of your project.
64
+
1. If your stub does not compile, just put it outside of the source directory, for example in a `stub/` directory at the root of your project.
65
65
2. The test is executed in the context of the maven project located at the root of your playground project. If you have separate maven projects and would like to execute a test in the context of one of them you can specify the directory of this project as the first argument of the `command` attribute: `"command": "snippets/subproject ExampleTest#testSum"`
0 commit comments