Package MAKBPInterpreter.agents.tests
Class TestAgentProgram
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- MAKBPInterpreter.agents.tests.TestAgentProgram
-
- All Implemented Interfaces:
junit.framework.Test
public class TestAgentProgram extends junit.framework.TestCase
Test class for theAgentProgram
class.
-
-
Constructor Summary
Constructors Constructor Description TestAgentProgram()
-
Method Summary
-
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
-
testConstructors
public void testConstructors()
Tests theAgentProgram(List, List)
,AgentProgram(MAKBPInterpreter.agents.AgentProgram)
andAgentProgram()
constructors.
-
testEquals
public void testEquals()
Tests theAgentProgram.equals(Object)
method.
-
testClear
public void testClear()
Tests theAgentProgram.clear()
method.
-
testContainsKey
public void testContainsKey()
Tests theAgentProgram.containsKey(Object)
method.
-
testContainsValue
public void testContainsValue()
Tests theAgentProgram.containsValue(Object)
method.
-
testEntrySet
public void testEntrySet()
Tests theAgentProgram.entrySet()
method.
-
testGet
public void testGet()
Tests theAgentProgram.get(Object)
method.
-
testGetKey
public void testGetKey()
Tests theAgentProgram.getKey(int)
method.
-
testGetValue
public void testGetValue()
Tests theAgentProgram.getValue(int)
method.
-
testGetIndex
public void testGetIndex()
Tests theAgentProgram.getIndex(Formula)
method.
-
testIsEmpty
public void testIsEmpty()
Tests theAgentProgram.isEmpty()
method.
-
testKeySet
public void testKeySet()
Tests theAgentProgram.keySet()
method.
-
testInsert
public void testInsert()
Tests theAgentProgram.insert(int, Formula, Action)
method.
-
testPut
public void testPut()
Tests theAgentProgram.put(Formula, Action)
method.
-
testPutAll
public void testPutAll()
Tests theAgentProgram.putAll(List, List)
method.
-
testOverridedPutAll
public void testOverridedPutAll()
Tests theAgentProgram.putAll(Map)
method.
-
testRemove
public void testRemove()
Tests theAgentProgram.remove(Object)
method.
-
testSize
public void testSize()
Tests theAgentProgram.size()
method.
-
testValues
public void testValues()
Tests theAgentProgram.values()
method.
-
testGetKeysBeforeAt
public void testGetKeysBeforeAt()
Tests theAgentProgram.getKeysBeforeAt(int)
method.
-
testGetOrderedKeys
public void testGetOrderedKeys()
Tests theAgentProgram.getOrderedKeys()
method.
-
testGetOrderedValues
public void testGetOrderedValues()
Tests theAgentProgram.getOrderedValues()
method.
-
-