junitx.ddtunit.data
Class ExceptionAsserter
java.lang.Object
junitx.ddtunit.data.TypedObject
junitx.ddtunit.data.AssertObject
junitx.ddtunit.data.ExceptionAsserter
- All Implemented Interfaces:
- Cloneable
public class ExceptionAsserter
- extends AssertObject
- Author:
- jg
EXCEPTION_ACTION_ISEQUAL
public static final String EXCEPTION_ACTION_ISEQUAL
- defines equals action analogue to JUnit assertEquals
- See Also:
- Constant Field Values
EXCEPTION_ACTION_ISSIMILAR
public static final String EXCEPTION_ACTION_ISSIMILAR
- defines equals action analogue to JUnit assertEquals
- See Also:
- Constant Field Values
EXCEPTION_ACTION_ISINSTANCEOF
public static final String EXCEPTION_ACTION_ISINSTANCEOF
- defines equals action analogue to JUnit assertEquals
- See Also:
- Constant Field Values
ExceptionAsserter
public ExceptionAsserter(String exceptionId,
String exceptionType,
String exceptionAction)
- Parameters:
assertId
- assertType
- exceptionAction
-
validate
public void validate(boolean mark)
- validate internal expression.
- Specified by:
validate
in class AssertObject
- Parameters:
mark
- as processed if set to true, else multiple validation is
possible.- See Also:
junitx.ddtunit.data.AssertObject#validate()
clone
public Object clone()
- Overrides:
clone
in class TypedObject
Copyright © 2004-2011. All Rights Reserved.