public class SuiteBuilder
extends java.lang.Object
Constructor and Description |
---|
SuiteBuilder() |
Modifier and Type | Method and 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) |
public static junit.framework.TestSuite buildTest(java.lang.Class allTestsClass)
public static junit.framework.TestSuite buildTest(java.lang.Class allTestsClass, ErrorLogger logger)
public static boolean isAddMethod(java.lang.reflect.Method m)
Copyright © 2002 Mock Objects. All Rights Reserved.