Class AssertNullException

All Implemented Interfaces:
Serializable

public class AssertNullException extends AssertException
Exception which Tests can throw when a specific assertNull fails.
Version:
$Id$
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