jdave
Class ExactExpectedExceptionWithMessage<T>
java.lang.Object
jdave.ExpectedException<T>
jdave.ExpectedExceptionWithMessage<T>
jdave.ExactExpectedExceptionWithMessage<T>
public class ExactExpectedExceptionWithMessage<T>
- extends ExpectedExceptionWithMessage<T>
- Author:
- Joni Freeman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExactExpectedExceptionWithMessage
public ExactExpectedExceptionWithMessage(Class<? extends T> type,
String message)
matchesType
public boolean matchesType(Class<? extends Throwable> actual)
- Overrides:
matchesType in class ExpectedException<T>
Copyright © 2010. All Rights Reserved.