Package com.mockobjects.util
Class SuiteBuilder
- java.lang.Object
-
- com.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
Constructors Constructor Description SuiteBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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)
-
-