public class JUnitTestAdapter extends Object implements TestAdapter
| Constructor and Description |
|---|
JUnitTestAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptClass(Class<?> cls) |
boolean |
acceptMethod(MethodReader method) |
Iterable<String> |
getExpectedExceptions(MethodReader method) |
public boolean acceptClass(Class<?> cls)
acceptClass in interface TestAdapterpublic boolean acceptMethod(MethodReader method)
acceptMethod in interface TestAdapterpublic Iterable<String> getExpectedExceptions(MethodReader method)
getExpectedExceptions in interface TestAdapterCopyright © 2015. All rights reserved.