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.
the tests are guava testlib collection tests
testing a map implementation