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 -
Method Summary
-
Method Details
-
object
Returns the actual object of this result.
- Returns:
- the actual object
-