public class TestSuite extends BaseObject
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<_BaseObject_> |
tests
The tests
|
| Constructor and Description |
|---|
TestSuite() |
| Modifier and Type | Method and Description |
|---|---|
void |
__oeunit_runner_TestSuite_constructor__()
The constructor
|
static void |
__oeunit_runner_TestSuite_constructor__static__()
The static constructor.
|
void |
__oeunit_runner_TestSuite_destructor__()
The destructor.
|
void |
__oeunit_runner_TestSuite_execute__()
The procedure 'execute' method
|
void |
addTest(object<? extends _BaseObject_> _test)
Add a test to this suite.
|
object<? extends _BaseObject_> |
getTest(integer _indx)
Returns the test at the given index.
|
integer |
getTestCount()
Get number of unit test classes.
|
java.util.List<_BaseObject_> |
getTests()
Get suite tests.
|
__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTrackedfinal java.util.List<_BaseObject_> tests
public static void __oeunit_runner_TestSuite_constructor__static__()
public void __oeunit_runner_TestSuite_constructor__()
public void __oeunit_runner_TestSuite_destructor__()
public void __oeunit_runner_TestSuite_execute__()
public void addTest(object<? extends _BaseObject_> _test)
_test - the test to addpublic object<? extends _BaseObject_> getTest(integer _indx)
_indx - the test index (1-based?)public integer getTestCount()
public final java.util.List<_BaseObject_> getTests()