public abstract class TestSuiteBuilder extends Object
Constructor and Description |
---|
TestSuiteBuilder() |
Modifier and Type | Method and Description |
---|---|
protected void |
addTest(TestCaseEx test) |
protected abstract void |
addTests() |
junit.framework.TestSuite |
build() |
void |
exclude(Class testClass) |
void |
exclude(Class testClass,
String filter) |
void |
exclude(String filter) |
public final void exclude(Class testClass)
public final void exclude(String filter)
protected abstract void addTests()
public final junit.framework.TestSuite build()
protected final void addTest(TestCaseEx test)
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.