org.eigenbase.test.concurrent
Class ConcurrentTestCommand.ShouldHaveFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eigenbase.test.concurrent.ConcurrentTestCommand.ShouldHaveFailedException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- ConcurrentTestCommand
public static class ConcurrentTestCommand.ShouldHaveFailedException
- extends RuntimeException
Indicates that a command should have failed, but instead succeeded, which
is a test error
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
description
private final String description
ConcurrentTestCommand.ShouldHaveFailedException
public ConcurrentTestCommand.ShouldHaveFailedException(String description)
getDescription
public String getDescription()