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 Type
    Method
    Description
    Description of the defined expectation.
    static Described
    description(Object descritpion)
     
  • Method Details

    • description

      Object description()
      Description of the defined expectation.
      Returns:
      Object representing the expectation.
    • description

      static Described description(Object descritpion)