public class UniversalTestSuite extends Object
| Constructor and Description |
|---|
UniversalTestSuite() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addClassToSuite(junit.framework.TestSuite suite,
Class<?> clazz) |
static junit.framework.Test |
createFor(String path) |
public static junit.framework.Test createFor(String path) throws InstantiationException, IllegalAccessException, ClassNotFoundException, IllegalArgumentException, SecurityException, InvocationTargetException, NoSuchMethodException
public static void addClassToSuite(junit.framework.TestSuite suite,
Class<?> clazz)
throws IllegalArgumentException,
SecurityException,
IllegalAccessException,
InvocationTargetException,
NoSuchMethodException
Copyright © 2018. All rights reserved.