Class AssertNullException

All Implemented Interfaces:
Serializable

public class AssertNullException extends AssertException
Exception which Tests can throw when a specific assertNull fails.
Version:
$Id: AssertNullException.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • ASSERTION_TYPE

      public static final String ASSERTION_TYPE
      See Also:
    • ref

      protected Object ref
      Objects which should have be equal
    • cmp

      protected Object cmp
      Objects which should have be equal
  • Constructor Details

    • AssertNullException

      public AssertNullException()
  • Method Details