-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
To be suitable for third party contributions, a piece of code should have a safety net of lightweigt tests covering its Java API.
Expected result:
- Most API methods (excluding trivial) are covered by representative tests.
- The tests are invoked at "test" stage of a build.
Reactions are currently unavailable