public class ScheduledTestGenerator extends TestGenerator
| Constructor and Description |
|---|
ScheduledTestGenerator(Class<? extends Runnable> initializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ContextSnapshot snapshot) |
String |
computeClassName(Class<?> clazz) |
void |
dumpResults() |
ScheduledTestGenerator |
withClassName(String template) |
ScheduledTestGenerator |
withDumpOnCounterInterval(int counterInterval) |
ScheduledTestGenerator |
withDumpOnShutDown(boolean shutDown) |
ScheduledTestGenerator |
withDumpOnTimeInterval(long timeInterval) |
ScheduledTestGenerator |
withDumpTo(Path path) |
clearResults, fromRecorded, generateBefore, renderTest, setMatcher, setSetup, testsFor, writeResultspublic ScheduledTestGenerator withDumpTo(Path path)
public ScheduledTestGenerator withClassName(String template)
public ScheduledTestGenerator withDumpOnTimeInterval(long timeInterval)
public ScheduledTestGenerator withDumpOnCounterInterval(int counterInterval)
public ScheduledTestGenerator withDumpOnShutDown(boolean shutDown)
public void accept(ContextSnapshot snapshot)
accept in interface SnapshotConsumeraccept in class TestGeneratorpublic void dumpResults()
public String computeClassName(Class<?> clazz)
computeClassName in class TestGeneratorCopyright © 2016. All rights reserved.