Class EqualTo<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      EqualTo​(T expected)
      Creates a Quality that matches if the value under test is equal to the given value.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EqualTo

        public EqualTo​(T expected)
        Creates a Quality that matches if the value under test is equal to the given value.