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