Fix test folder location (#1314)
Fixes #1160 Signed-off-by: Jerome Luckenbach <github@luckenba.ch>pull/1316/head
parent
ca1fd0536e
commit
541556a744
|
@ -17,7 +17,7 @@ to make sure everything (all your OSGi services) start up correctly.
|
|||
|
||||
## Unit tests
|
||||
|
||||
Each class inside the `src/main/test` folder will have all public methods with a `@Test` annotation automatically executed as a test.
|
||||
Each class inside the `src/test` folder will have all public methods with a `@Test` annotation automatically executed as a test.
|
||||
Inside the class one can refer to all classes from the host bundle and all imported classes.
|
||||
|
||||
The following code snippet shows a simple JUnit test which tests the `toString` conversation of a PercentType.
|
||||
|
|
Loading…
Reference in New Issue