public class Db4oTestSuiteBuilder extends ReflectionTestSuiteBuilder
| Constructor and Description |
|---|
Db4oTestSuiteBuilder(Db4oFixture fixture,
java.lang.Class clazz) |
Db4oTestSuiteBuilder(Db4oFixture fixture,
java.lang.Class[] classes) |
| Modifier and Type | Method and Description |
|---|---|
protected Test |
createTest(java.lang.Object instance,
java.lang.reflect.Method method) |
protected boolean |
isApplicable(java.lang.Class clazz) |
protected java.lang.Object |
withContext(Closure4 closure) |
fromClass, fromMethod, isTestMethod, iterator, newInstance, startsWithIgnoreCasepublic Db4oTestSuiteBuilder(Db4oFixture fixture, java.lang.Class clazz)
public Db4oTestSuiteBuilder(Db4oFixture fixture, java.lang.Class[] classes)
protected boolean isApplicable(java.lang.Class clazz)
isApplicable in class ReflectionTestSuiteBuilderprotected Test createTest(java.lang.Object instance, java.lang.reflect.Method method)
createTest in class ReflectionTestSuiteBuilderprotected java.lang.Object withContext(Closure4 closure)
withContext in class ReflectionTestSuiteBuilder