Class Null

  • All Implemented Interfaces:
    Quality<java.lang.Object>

    public final class Null
    extends QualityComposition<java.lang.Object>
    A Quality that passes if the actual value is null and fails otherwise.
    • Constructor Summary

      Constructors 
      Constructor Description
      Null()
      Creates a Quality that passes if the value under test is null.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Null

        public Null()
        Creates a Quality that passes if the value under test is null.