Groovy Documentation

org.gradle.api.tasks.testing
Class TestClassScanner

java.lang.Object
  org.gradle.api.tasks.testing.TestClassScanner

class TestClassScanner

author:
Tom Eyckmans


Constructor Summary
TestClassScanner(File testClassDirectory, java.util.Collection includePatterns, java.util.Collection excludePatterns, TestFramework testFramework, boolean scanForTestClasses)

 
Method Summary
java.util.Set getTestClassNames()

 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

TestClassScanner

public TestClassScanner(File testClassDirectory, java.util.Collection includePatterns, java.util.Collection excludePatterns, TestFramework testFramework, boolean scanForTestClasses)


 
Method Detail

getTestClassNames

public java.util.Set getTestClassNames()


 

Groovy Documentation