Class AssertTrueException

All Implemented Interfaces:
Serializable

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

    • AssertTrueException

      public AssertTrueException()
  • Method Details