Interface Test<TT extends Test<TT,ET,RT,AT>,ET extends Expected,RT extends Result<RT,AT,TT,ET>,AT extends Actual>
- Type Parameters:
TT- the type of the testET- the type of the expected behaviorRT- the type of the resultAT- the type of the actual behavior
- All Known Subinterfaces:
Fail,TestOfCall,TestOfExceptionalCall<T>,TestOfObject<T>
- All Known Implementing Classes:
BasicFail,BasicTest,BasicTestOfCall,BasicTestOfExceptionalCall,BasicTestOfObject
public interface Test<TT extends Test<TT,ET,RT,AT>,ET extends Expected,RT extends Result<RT,AT,TT,ET>,AT extends Actual>
A type of a test.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
expected
ET expected()Returns the expected behavior of this test.
- Returns:
- the expected behavior
-