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 test
ET - the type of the expected behavior
RT - the type of the result
AT - 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.

  • Method Details

    • expected

      ET expected()

      Returns the expected behavior of this test.

      Returns:
      the expected behavior