Fork me on GitHub
#kaocha
<
2023-05-12
>
Eugen14:05:04

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.

Eugen14:05:28

the tests are guava testlib collection tests

Eugen14:05:42

testing a map implementation