For JUnit, Gradle scans for both JUnit 3 and 4 test classes. A class is considered to be a JUnit test if it: Ultimately inherits from TestCase or GroovyTestCase.
確定! 回上一頁