Interface | Description |
---|---|
AssertionCall<VALUE_TYPE> |
Function call with a parameter to assert
|
FunctionCall |
Function call without return value
|
ReturnValueCall<RETURN_TYPE> |
Function call the returns a value
|
TestExpectation | |
Then<T extends TestExpectation> | |
ThenProducer<T extends TestExpectation> | |
When<EXPECTATION extends TestExpectation> | |
WhenProducer<EXPECTATION extends TestExpectation> | |
WhenThen<T extends TestExpectation> |
Class | Description |
---|---|
AbstractWhenThen<T extends TestExpectation> | |
ConsumerProducerSet | |
TestExpectations |
Expectation take a BDD like approach constructing
assertions and uses less nested calls.
|