| Package | Description |
|---|---|
| gw.spec.testgen | |
| gw.spec.testgen.evaluationmethods |
| Modifier and Type | Field and Description |
|---|---|
static TestMethodStyle |
TestMethodStyle.INSTANCE_METHOD |
static TestMethodStyle |
TestMethodStyle.STATIC_METHOD |
| Modifier and Type | Method and Description |
|---|---|
TestMethodStyle |
EvaluationMethod.getTestMethodStyle() |
| Constructor and Description |
|---|
BlockEvaluationMethod(String suffix,
TestMethodStyle testMethodStyle,
EvaluationMethod underlyingMethod) |
BlockInEvalEvaluationMethod(String suffix,
TestMethodStyle testMethodStyle,
EvaluationMethod underlyingMethod) |
EvalEvaluationMethod(String suffix,
TestMethodStyle testMethodStyle,
EvaluationMethod underlyingMethod) |
EvalInBlockEvaluationMethod(String suffix,
TestMethodStyle testMethodStyle,
EvaluationMethod underlyingMethod) |
EvaluationMethod(String suffix,
TestMethodStyle testMethodStyle) |
WrappedEvaluationMethod(String suffix,
TestMethodStyle testMethodStyle,
EvaluationMethod underlyingMethod) |
Copyright © 2015. All rights reserved.