@Gwtc(includeSource="", includeGwtXml=@Resource(value="xapi.X_Test")) public class JUnit4Runner extends Object
| Constructor and Description |
|---|
JUnit4Runner() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertPublicZeroArgInstanceMethod(Method method,
Class<?> type) |
protected void |
assertPublicZeroArgMethod(Method method,
Class<?> type) |
protected void |
assertPublicZeroArgStaticMethod(Method method,
Class<?> type) |
protected void |
debug(String string,
Throwable e) |
protected void |
execute(javax.inject.Provider<Object> inst,
Map<String,Method> tests,
List<Method> beforeClass,
List<Method> before,
List<Method> after,
List<Method> afterClass) |
static Method[] |
findTests(Class<?> testClass) |
static void |
main(String[] args) |
protected List<Method> |
newList(Map<String,Method> beforeClass,
boolean reverse) |
protected Map<String,Method> |
newMap() |
protected void |
run(javax.inject.Provider<Object> inst,
Method m) |
protected void |
runAll(Class<?> testClass) |
protected Throwable |
runTest(Object inst,
Method value,
List<Method> before,
List<Method> after) |
static void |
runTest(javax.inject.Provider<Object> inst,
Method m) |
static void |
runTests(Class<?> testClass) |
public static void main(String[] args)
public static void runTest(javax.inject.Provider<Object> inst, Method m) throws Throwable
Throwableprotected void assertPublicZeroArgInstanceMethod(Method method, Class<?> type)
protected void assertPublicZeroArgStaticMethod(Method method, Class<?> type)
protected void execute(javax.inject.Provider<Object> inst, Map<String,Method> tests, List<Method> beforeClass, List<Method> before, List<Method> after, List<Method> afterClass) throws TestsFailed, IllegalArgumentException, IllegalAccessException, InvocationTargetException, NoSuchMethodError
protected void run(javax.inject.Provider<Object> inst, Method m) throws Throwable
ThrowableCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.