Class AssertTrueException

All Implemented Interfaces:
Serializable

public class AssertTrueException extends AssertException
Exception which Tests can throw when a specific assertTrue 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

    • AssertTrueException

      public AssertTrueException()
  • Method Details