kaocha

Eugen 2023-05-12T14:53:04.578149Z

hi, how can I integrate some generated tests( a junit3 TestSuite) with Kaocha to be run and reported as tests? I can run the tests via TestSuite.run(TestResult). I can also register a Test Listener.

Eugen 2023-05-12T14:53:28.668779Z

the tests are guava testlib collection tests

Eugen 2023-05-12T14:53:42.283999Z

testing a map implementation