Class TestAction

  • All Implemented Interfaces:
    junit.framework.Test

    public class TestAction
    extends junit.framework.TestCase
    Test class for the Action class.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testConstructor()
      Tests the Action constructor.
      void testPerforms()
      Tests the Action.performs(Object...) method.
      void testPerformsWithException()
      Tests the Action.performs(Object...) method when an exception is thrown.
      • Methods inherited from class junit.framework.TestCase

        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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TestAction

        public TestAction()
    • Method Detail

      • testConstructor

        public void testConstructor()
        Tests the Action constructor.
      • testPerformsWithException

        public void testPerformsWithException()
        Tests the Action.performs(Object...) method when an exception is thrown.