Package org.qaddict
Interface Described
- All Known Subinterfaces:
Expectation<D>
- All Known Implementing Classes:
AbstractExpectationBuilder,ConditionalPredicate,EveryElementExpectation,ExpectationBuilder,ExpectationDescription,InAnyOrderExpectation,InOrderOfDefinitionExpectation,Negation,OperatorExpectation,PredicateExpectation,SynchronizedPredicate,ThrowableExpectation,TransformedExpectation
public interface Described
-
Method Summary
Modifier and TypeMethodDescriptionDescription of the defined expectation.static Describeddescription(Object descritpion)
-
Method Details
-
description
Object description()Description of the defined expectation.- Returns:
- Object representing the expectation.
-
description
-