|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdave.ExpectedException<T>
jdave.ExactExpectedException<T>
public class ExactExpectedException<T>
| Field Summary |
|---|
| Fields inherited from class jdave.ExpectedException |
|---|
expected |
| Constructor Summary | |
|---|---|
ExactExpectedException(java.lang.Class<T> expected)
|
|
| Method Summary | |
|---|---|
boolean |
matchesType(java.lang.Class<? extends java.lang.Throwable> actual)
|
| Methods inherited from class jdave.ExpectedException |
|---|
error, matches, notThrown |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExactExpectedException(java.lang.Class<T> expected)
| Method Detail |
|---|
public boolean matchesType(java.lang.Class<? extends java.lang.Throwable> actual)
matchesType in class ExpectedException<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||