Class Then


  • public final class Then
    extends Object
    • Constructor Detail

      • Then

        public Then()
    • Method Detail

      • theDeserializedObjectIs

        public Then theDeserializedObjectIs​(Object expected)
      • theDeserialiedObjectHas

        public <T> Then theDeserialiedObjectHas​(Class<T> type,
                                                Predicate<T> predicate)
      • anExceptionIsThrownWithAMessageContaining

        public Then anExceptionIsThrownWithAMessageContaining​(String message)
      • noExceptionHasBeenThrown

        public Then noExceptionHasBeenThrown()
      • anAggregatedExceptionHasBeenThrownWithNumberOfErrors

        public Then anAggregatedExceptionHasBeenThrownWithNumberOfErrors​(int numberOfErrors)
      • theDefinitionsContainExactlyTheCustomPrimitives

        public Then theDefinitionsContainExactlyTheCustomPrimitives​(Class<?>... types)
      • theDefinitionsContainExactlyTheSerializedObjects

        public Then theDefinitionsContainExactlyTheSerializedObjects​(Class<?>... types)
      • theSerializationResultWas

        public Then theSerializationResultWas​(String serialized)