public interface TestGenerator<T extends TestGenerator>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TestGenerator.GeneratorMode
Mode indicating test actor client or server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
create()
Create tests with this generator.
|
String |
getAuthor() |
String |
getDescription() |
UnitFramework |
getFramework() |
TestGenerator.GeneratorMode |
getMode() |
String |
getName() |
String |
getTargetPackage() |
boolean |
isDisabled() |
T |
usePackage(String targetPackage) |
T |
useSrcDirectory(String srcDirectory) |
T |
withAuthor(String author) |
T |
withDescription(String description) |
T |
withDisabled(boolean disabled) |
T |
withFramework(UnitFramework framework) |
T |
withMode(TestGenerator.GeneratorMode mode) |
T |
withName(String name) |
void create()
String getName()
String getAuthor()
String getDescription()
UnitFramework getFramework()
boolean isDisabled()
String getTargetPackage()
TestGenerator.GeneratorMode getMode()
T withMode(TestGenerator.GeneratorMode mode)
T withDisabled(boolean disabled)
T withFramework(UnitFramework framework)
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.