Interface ResultOfObject<T>

Type Parameters:
T - the type of the object under test
All Superinterfaces:
Result<ResultOfObject<T>,ActualObject<T>,TestOfObject<T>,ExpectedObject<T>>
All Known Implementing Classes:
BasicResultOfObject

public interface ResultOfObject<T> extends Result<ResultOfObject<T>,ActualObject<T>,TestOfObject<T>,ExpectedObject<T>>
A type representing the result of a TestOfObject.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    return null;
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    Returns the actual object of this result.

    Methods inherited from interface org.tudalgo.algoutils.tutor.general.assertions.Result

    actual, cause, check, expected, successful, test
  • Method Details

    • object

      default T object()

      Returns the actual object of this result.

      Returns:
      the actual object