|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--junit.extensions.jfunc.tests.JFuncTest
Tests the JFunc framework itself. This isn't meant to demonstrate how to use the JFunc framework. It only tests the framework. Check out the samples directory for examples of use.
Inner Class Summary | |
static class |
JFuncTest.InnerTest
|
Constructor Summary | |
JFuncTest()
For proxy construction only. |
|
JFuncTest(java.lang.String name)
|
Method Summary | |
void |
testInnerTest()
|
void |
testJFuncTestCase()
|
void |
testMemberSharing()
|
void |
testMultipleFailures()
|
void |
testNoMemberSharing()
|
void |
testNoMultipleFailures()
|
void |
testReturnValues()
|
void |
testRunningMultipleFailures()
|
void |
testRunningProxies()
|
void |
testTestletWrapper()
|
void |
testVerboseAsserts()
|
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JFuncTest()
public JFuncTest(java.lang.String name)
Method Detail |
public void testNoMultipleFailures()
public void testMultipleFailures()
public void testRunningMultipleFailures() throws java.lang.Exception
public void testTestletWrapper() throws java.lang.Exception
public void testJFuncTestCase() throws java.lang.Exception
public void testReturnValues() throws java.lang.Exception
public void testNoMemberSharing() throws java.lang.Exception
public void testMemberSharing() throws java.lang.Exception
public void testRunningProxies() throws java.lang.Exception
public void testVerboseAsserts()
public void testInnerTest() throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |