TestOfCall

public interface TestOfCall implements Test<TT, ET, RT, AT>(source)

Inheritors

Types

Link copied to clipboard
public interface Builder implements Test.Builder<TT, ET, RT, AT, BT>

Functions

Link copied to clipboard
public abstract ET expected()
Returns the expected behavior of this test.
Link copied to clipboard
public abstract ResultOfCall run(Callable callable)