public final class ExceptionAssert extends Object
| Modifier and Type | Method and Description |
|---|---|
ExceptionAssert |
as(String string) |
ExceptionAssert |
isNotThrown() |
ExceptionAssert |
isThrown() |
ExceptionAssert |
withMessage(String exceptionMessage) |
ExceptionAssert |
withMessage(String format,
Object... objects) |
ExceptionAssert |
withMessageContaining(String message) |
public ExceptionAssert isNotThrown()
public ExceptionAssert isThrown()
public ExceptionAssert withMessage(String exceptionMessage)
public ExceptionAssert withMessage(String format, Object... objects)
public ExceptionAssert withMessageContaining(String message)
public ExceptionAssert as(String string)
Copyright © 2015 jsolve. All rights reserved.