org.appfuse.webapp.filter
Class ActionFilterTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.cactus.FilterTestCase
              extended byorg.appfuse.webapp.filter.ActionFilterTest
All Implemented Interfaces:
Test

public class ActionFilterTest
extends FilterTestCase


Field Summary
 
Fields inherited from class org.apache.cactus.FilterTestCase
config, filterChain, request, response
 
Constructor Summary
ActionFilterTest(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testDestroy()
           
 void testDoFilter()
           
 void testInit()
           
 
Methods inherited from class org.apache.cactus.FilterTestCase
runBare, runCactusTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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

ActionFilterTest

public ActionFilterTest(String name)
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testInit

public void testInit()
              throws Exception
Throws:
Exception

testDestroy

public void testDestroy()
                 throws Exception
Throws:
Exception

testDoFilter

public void testDoFilter()
                  throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2002-2004