BasicTestOfCall

public class BasicTestOfCall extends BasicTest<TT, ET, RT, AT> implements TestOfCall(source)

Constructors

Link copied to clipboard
protected void BasicTestOfCall(Environment environment, Nothing expected)

Types

Link copied to clipboard
public class Builder extends BasicTest.Builder<TT, ET, RT, AT, BT> implements TestOfCall.Builder

Functions

Link copied to clipboard
public final Environment environment()
Returns the environment used by this test.
Link copied to clipboard
public final ET expected()
Returns the expected behavior of this test.
Link copied to clipboard
public ResultOfCall run(Callable callable)