|
[Expand]
Inherited Methods |
From class
org.mule.munit.AbstractMuleSuite
|
From class
junit.framework.TestSuite
|
void
|
addTest(Test arg0)
|
|
void
|
addTestSuite(Class<? extends TestCase> arg0)
|
|
int
|
countTestCases()
|
|
static
Test
|
createTest(Class<?> arg0, String arg1)
|
|
String
|
getName()
|
|
static
Constructor<?>
|
getTestConstructor(Class<?> arg0)
|
|
void
|
run(TestResult arg0)
|
|
void
|
runTest(Test arg0, TestResult arg1)
|
|
void
|
setName(String arg0)
|
|
Test
|
testAt(int arg0)
|
|
int
|
testCount()
|
|
Enumeration<Test>
|
tests()
|
|
String
|
toString()
|
|
static
Test
|
warning(String arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
junit.framework.Test
|
abstract
int
|
countTestCases()
|
|
abstract
void
|
run(TestResult arg0)
|
|