org.apache.struts.chain.commands.generic
Class TestWrappingLookupCommand

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.struts.chain.commands.generic.TestWrappingLookupCommand
All Implemented Interfaces:
junit.framework.Test

public class TestWrappingLookupCommand
extends junit.framework.TestCase


Constructor Summary
TestWrappingLookupCommand(String _name)
           
 
Method Summary
static void main(String[] argv)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testSame()
           
 void testWrapContextSubclass()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestWrappingLookupCommand

public TestWrappingLookupCommand(String _name)
Method Detail

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testSame

public void testSame()
              throws Exception
Throws:
Exception

testWrapContextSubclass

public void testWrapContextSubclass()
                             throws Exception
Throws:
Exception

main

public static void main(String[] argv)


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.