Groovy Documentation

org.gradle.api.testing
Interface TestFramework


interface TestFramework

author:
Tom Eyckmans


Method Summary
void execute(Project project, Test testTask, Collection includes, Collection excludes)

AbstractTestFrameworkOptions getOptions()

Set getTestClassNames()

void initialize(Project project, Test testTask)

boolean isTestClass(File testClassFile)

void prepare(Project project, Test testTask)

void report(Project project, Test testTask)

 

Method Detail

execute

public void execute(Project project, Test testTask, Collection includes, Collection excludes)


getOptions

public AbstractTestFrameworkOptions getOptions()


getTestClassNames

public Set getTestClassNames()


initialize

public void initialize(Project project, Test testTask)


isTestClass

public boolean isTestClass(File testClassFile)


prepare

public void prepare(Project project, Test testTask)


report

public void report(Project project, Test testTask)


 

Groovy Documentation