One of our developers noted today that TestSuites are ignored (at least in JUnit 3.8, which is what we are using). It turned out this was because of the "scanForTestClasses" stuff. I had the developer set scanning to false and everything started working. However, TestSuite implements the Test interface, so I think the scanning should have found it. Is Gradle scanning for TestCase subclasses instead of Test subclasses? We think this was working several months ago, but it's broken now (using 0.9 rc1).
-- John Murph Automated Logic Research Team
