dodie / scott

Never debug a test again: Detailed failure reports and hassle free assertions for Java tests - Power Asserts for Java
https://advancedweb.hu/junit-and-cucumber-test-reports-based-on-source-code-and-behavior/
MIT License
137 stars 17 forks source link

Class based tests #83

Closed dodie closed 5 years ago

dodie commented 5 years ago

The new Config API can customize the instrumentation behavior for a new client. Currently, all tests are exercised through the test recorder's Java Agent, and with its default config, so many combinations cannot be tested.

To provide more coverage, create a test suite that dynamically loads sample classes to exercise the discovery and the instrumentation phase.

More info:

Minimal test cases:

Hopefully this new test module will make some legroom for a minimal test case related to #80 .