Class Then


  • public class Then
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Then INSTANCE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Then()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Then and​(Then then, Then... more)  
      static <T> Then assertThat​(T actual, org.hamcrest.Matcher<? super T> matcher)  
      static void then​(Then... thens)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INSTANCE

        public static final Then INSTANCE
    • Constructor Detail

      • Then

        public Then()
    • Method Detail

      • then

        public static void then​(Then... thens)
      • and

        public static Then and​(Then then,
                               Then... more)
      • assertThat

        public static <T> Then assertThat​(T actual,
                                          org.hamcrest.Matcher<? super T> matcher)