Groovy Documentation

org.gradle.external.junit
Class JUnitDetector

java.lang.Object
  org.gradle.api.testing.execution.AbstractTestFrameworkDetector
      org.gradle.external.junit.JUnitDetector

class JUnitDetector
extends AbstractTestFrameworkDetector

author:
Tom Eyckmans


Field Summary
 
Fields inherited from class AbstractTestFrameworkDetector
extractedJarClasses, packageJarFilesMappings, testClassDirectories, testClassNames
 
Constructor Summary
JUnitDetector(java.io.File testClassesDirectory, List testClasspath)

 
Method Summary
protected JUnitTestClassDetecter createClassVisitor()

boolean processPossibleTestClass(java.io.File testClassFile)

 
Methods inherited from class AbstractTestFrameworkDetector
createClassVisitor, getSuperTestClassFile, getTestClassNames, getTestClassesDirectory
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

JUnitDetector

public JUnitDetector(java.io.File testClassesDirectory, List testClasspath)


 
Method Detail

createClassVisitor

protected JUnitTestClassDetecter createClassVisitor()


processPossibleTestClass

public boolean processPossibleTestClass(java.io.File testClassFile)


 

Groovy Documentation