Fix test folder location (#1314)

Fixes #1160

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1316/head
Jerome Luckenbach 2020-12-13 22:13:41 +01:00 committed by GitHub
parent ca1fd0536e
commit 541556a744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.