|
|||||||||
| Home >> All >> com >> mockobjects >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.mockobjects.util
Class SuiteBuilder

java.lang.Objectcom.mockobjects.util.SuiteBuilder
- public class SuiteBuilder
- extends java.lang.Object
Singleton to fill in a JUnit Test composite for use in a suite method.
| Constructor Summary | |
SuiteBuilder()
|
|
| Method Summary | |
static junit.framework.TestSuite |
buildTest(java.lang.Class allTestsClass)
|
static junit.framework.TestSuite |
buildTest(java.lang.Class allTestsClass,
ErrorLogger logger)
|
static boolean |
isAddMethod(java.lang.reflect.Method m)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
SuiteBuilder
public SuiteBuilder()
| Method Detail |
buildTest
public static junit.framework.TestSuite buildTest(java.lang.Class allTestsClass)
buildTest
public static junit.framework.TestSuite buildTest(java.lang.Class allTestsClass, ErrorLogger logger)
isAddMethod
public static boolean isAddMethod(java.lang.reflect.Method m)
|
|||||||||
| Home >> All >> com >> mockobjects >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.mockobjects.util.SuiteBuilder