Package MAKBPInterpreter.agents.tests
Class TestAction
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- MAKBPInterpreter.agents.tests.TestAction
-
- All Implemented Interfaces:
junit.framework.Test
public class TestAction extends junit.framework.TestCaseTest class for theActionclass.
-
-
Constructor Summary
Constructors Constructor Description TestAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestConstructor()Tests theActionconstructor.voidtestPerforms()Tests theAction.performs(Object...)method.voidtestPerformsWithException()Tests theAction.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
-
-
-
-
Method Detail
-
testConstructor
public void testConstructor()
Tests theActionconstructor.
-
testPerforms
public void testPerforms()
Tests theAction.performs(Object...)method.
-
testPerformsWithException
public void testPerformsWithException()
Tests theAction.performs(Object...)method when an exception is thrown.
-
-