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.TestCase
Test class for theAction
class.
-
-
Constructor Summary
Constructors Constructor Description TestAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testConstructor()
Tests theAction
constructor.void
testPerforms()
Tests theAction.performs(Object...)
method.void
testPerformsWithException()
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 theAction
constructor.
-
testPerforms
public void testPerforms()
Tests theAction.performs(Object...)
method.
-
testPerformsWithException
public void testPerformsWithException()
Tests theAction.performs(Object...)
method when an exception is thrown.
-
-