public interface TestFramework
| Modifier and Type | Method and Description |
|---|---|
TestFrameworkDetector |
getDetector()
Returns a detector which is used to determine which of the candidate class files correspond to test classes to be
executed.
|
TestFrameworkOptions |
getOptions() |
WorkerTestClassProcessorFactory |
getProcessorFactory()
Returns a factory which is used to create a
TestClassProcessor in
each worker process. |
Action<WorkerProcessBuilder> |
getWorkerConfigurationAction()
Returns an action which is used to perform some framework specific worker process configuration.
|
void |
report() |
TestFrameworkDetector getDetector()
void report()
TestFrameworkOptions getOptions()
WorkerTestClassProcessorFactory getProcessorFactory()
TestClassProcessor in
each worker process. This factory is serialized across to the worker process, and then it's WorkerTestClassProcessorFactory.create(org.gradle.internal.service.ServiceRegistry)
method is called to create the test processor.Action<WorkerProcessBuilder> getWorkerConfigurationAction()
Copyright © 2013. All rights reserved