Package MAKBPInterpreter.agents.tests
Class TestEverybodyKnowledge
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- MAKBPInterpreter.agents.tests.TestEverybodyKnowledge
-
- All Implemented Interfaces:
junit.framework.Test
public class TestEverybodyKnowledge extends junit.framework.TestCase
Test class for theEverybodyKnowledge
class.
-
-
Constructor Summary
Constructors Constructor Description TestEverybodyKnowledge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testConstructor()
Tests theEverybodyKnowledge(Formula, java.util.Set)
constructor.void
testContains()
Tests theEverybodyKnowledge.contains(Formula)
method.void
testEquals()
Tests theEverybodyKnowledge.equals(Object)
method.void
testEvaluate()
Tests theEverybodyKnowledge.evaluate(MAKBPInterpreter.logic.LogicAssignment)
method.void
testGetNegation()
Tests theEverybodyKnowledge.getNegation()
method.void
testGetters()
Tests theEverybodyKnowledge.getAgents()
andEverybodyKnowledge.getInnerFormula()
methods.void
testSimplify()
Tests theEverybodyKnowledge.simplify()
method.-
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 theEverybodyKnowledge(Formula, java.util.Set)
constructor.
-
testGetters
public void testGetters()
Tests theEverybodyKnowledge.getAgents()
andEverybodyKnowledge.getInnerFormula()
methods.
-
testSimplify
public void testSimplify()
Tests theEverybodyKnowledge.simplify()
method.
-
testGetNegation
public void testGetNegation()
Tests theEverybodyKnowledge.getNegation()
method.
-
testEquals
public void testEquals()
Tests theEverybodyKnowledge.equals(Object)
method.
-
testContains
public void testContains()
Tests theEverybodyKnowledge.contains(Formula)
method.
-
testEvaluate
public void testEvaluate()
Tests theEverybodyKnowledge.evaluate(MAKBPInterpreter.logic.LogicAssignment)
method.
-
-