Class SoIt<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      SoIt​(Quality<T> delegate)
      A Quality decorator that adds {code "so it"} in front of the expectation and "but" in front of the fail Description.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SoIt

        public SoIt​(Quality<T> delegate)
        A Quality decorator that adds {code "so it"} in front of the expectation and "but" in front of the fail Description.