| |
|
| org.apache.commons.collections.TestClosureUtils
TestClosureUtils | public class TestClosureUtils extends junit.framework.TestCase (Code) | | Tests the org.apache.commons.collections.ClosureUtils class.
since: Commons Collections 3.0 version: $Revision: 375766 $ $Date: 2006-02-07 23:10:36 +0000 (Tue, 07 Feb 2006) $ author: Stephen Colebourne |
Inner Class :static class MockClosure implements Closure | |
Inner Class :static class MockTransformer implements Transformer | |
TestClosureUtils | public TestClosureUtils(String name)(Code) | | Construct
|
main | public static void main(String[] args)(Code) | | Main.
Parameters: args - |
setUp | public void setUp()(Code) | | Set up instance variables required by this test case.
|
suite | public static Test suite()(Code) | | Return class as a test suite.
|
tearDown | public void tearDown()(Code) | | Tear down instance variables required by this test case.
|
testChainedClosure | public void testChainedClosure()(Code) | | |
testDoWhileClosure | public void testDoWhileClosure()(Code) | | |
testExceptionClosure | public void testExceptionClosure()(Code) | | |
testForClosure | public void testForClosure()(Code) | | |
testIfClosure | public void testIfClosure()(Code) | | |
testInvokeClosure | public void testInvokeClosure()(Code) | | |
testNopClosure | public void testNopClosure()(Code) | | |
testSwitchClosure | public void testSwitchClosure()(Code) | | |
testSwitchMapClosure | public void testSwitchMapClosure()(Code) | | |
testTransformerClosure | public void testTransformerClosure()(Code) | | |
testWhileClosure | public void testWhileClosure()(Code) | | |
|
|
|