public interface Stage
| Modifier and Type | Interface and Description |
|---|---|
static class |
Stage.Delegating |
static class |
Stage.Factory |
static class |
Stage.Type |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getArgument(int index) |
Config |
getConfig() |
Report |
getReport() |
Statement.Factory |
getStatementFactory() |
com.github.dakusui.jcunit.core.tuples.Tuple |
getTestCaseTuple() |
TestItem |
getTestItem() |
Throwable |
getThrowable()
Returns a throwable object which is thrown and captured in executions of
GIVEN,
WHEN, and THEN stages. |
Stage.Type |
getType() |
<RESPONSE> RESPONSE |
response() |
int |
sizeOfArguments() |
Statement.Factory getStatementFactory()
com.github.dakusui.jcunit.core.tuples.Tuple getTestCaseTuple()
<RESPONSE> RESPONSE response()
Stage.Type getType()
<T> T getArgument(int index)
int sizeOfArguments()
Throwable getThrowable()
GIVEN,
WHEN, and THEN stages.
Calling this method in stages except for FAILURE_HANDLING will result in an
IllegalStateException.
Config getConfig()
Report getReport()
TestItem getTestItem()
Copyright © 2017. All rights reserved.