junit.extensions.jfunc.tests
Class JFuncTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--junit.extensions.jfunc.tests.JFuncTest
All Implemented Interfaces:
junit.framework.Test

public class JFuncTest
extends junit.framework.TestCase

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

JFuncTest

public JFuncTest()
For proxy construction only.

JFuncTest

public JFuncTest(java.lang.String name)
Method Detail

testNoMultipleFailures

public void testNoMultipleFailures()

testMultipleFailures

public void testMultipleFailures()

testRunningMultipleFailures

public void testRunningMultipleFailures()
                                 throws java.lang.Exception

testTestletWrapper

public void testTestletWrapper()
                        throws java.lang.Exception

testJFuncTestCase

public void testJFuncTestCase()
                       throws java.lang.Exception

testReturnValues

public void testReturnValues()
                      throws java.lang.Exception

testNoMemberSharing

public void testNoMemberSharing()
                         throws java.lang.Exception

testMemberSharing

public void testMemberSharing()
                       throws java.lang.Exception

testRunningProxies

public void testRunningProxies()
                        throws java.lang.Exception

testVerboseAsserts

public void testVerboseAsserts()

testInnerTest

public void testInnerTest()
                   throws java.lang.Exception