public abstract class AbstractApiTest extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
AbstractApiTest.StepExecution |
protected static class |
AbstractApiTest.StepExecutionResult |
| Modifier and Type | Field and Description |
|---|---|
protected TestsSpec.TestSpec |
spec |
protected String |
superadminAuthorization |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractApiTest(TestsSpec.TestSpec spec,
String superadminAuthorization) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractApiTest.StepExecutionResult |
execute(int stepIndex,
AbstractApiTest.StepExecution stepExecution) |
protected static Method |
extractGetter(Class<?> clazz,
String propertyName) |
protected static Object |
invoke(Method method,
Object dataBean) |
void |
test() |
protected final TestsSpec.TestSpec spec
protected AbstractApiTest(TestsSpec.TestSpec spec, @Nullable String superadminAuthorization)
protected abstract AbstractApiTest.StepExecutionResult execute(int stepIndex, AbstractApiTest.StepExecution stepExecution) throws Exception
ExceptionCopyright © 2020 Avantage Compris. All rights reserved.