Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mockobjects.util
Class SuiteBuilder  view SuiteBuilder download SuiteBuilder.java

java.lang.Object
  extended bycom.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)