Class InstanceOf<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      InstanceOf​(java.lang.Class<? extends T> expectation)
      Creates a Quality that matches when the object under test is an instance of the given class.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • InstanceOf

        public InstanceOf​(java.lang.Class<? extends T> expectation)
        Creates a Quality that matches when the object under test is an instance of the given class.