public interface TestGeneratorExecutorMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
generationFinished()
Called when test generation ends
|
void |
generationStarted(Source source,
long numberOfSources)
Called when testing starts
|
void |
sourceGenerationExecuted(Source source,
TestGenerationType generationType,
long testsCreated)
Called when a test generation starts
|
void |
sourceGenerationStarted(Source source,
TestGenerationType generationType)
Called when a test generation starts
|
void generationStarted(Source source, long numberOfSources)
source - the sourcenumberOfSources - the number of sourcesvoid sourceGenerationStarted(Source source, TestGenerationType generationType)
source - the sourcegenerationType - the generation typevoid sourceGenerationExecuted(Source source, TestGenerationType generationType, long testsCreated)
source - the sourcegenerationType - the generation typetestsCreated - the tests createdvoid generationFinished()
Copyright © 2015. All rights reserved.