com.declarativa.interprolog
Class SubprocessEngineTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.declarativa.interprolog.PrologEngineTest
              extended bycom.declarativa.interprolog.SubprocessEngineTest
All Implemented Interfaces:
Test
Direct Known Subclasses:
SWISubprocessEngineTest, XSBSubprocessEngineTest, YAPSubprocessEngineTest

public abstract class SubprocessEngineTest
extends PrologEngineTest


Nested Class Summary
 
Nested classes inherited from class com.declarativa.interprolog.PrologEngineTest
PrologEngineTest.Loop, PrologEngineTest.MyClass, PrologEngineTest.NumberTypes
 
Field Summary
 
Fields inherited from class com.declarativa.interprolog.PrologEngineTest
engine
 
Constructor Summary
SubprocessEngineTest(String name)
           
 
Method Summary
 void testDeterministicGoal()
           
 void testManyEngines()
           
 void testOutputListening()
           
 
Methods inherited from class com.declarativa.interprolog.PrologEngineTest
factorial, fibonaci, kickThread1, loadTestFile, luckyNumber, somaN, someTerms, testAutoTermModel, testBlockdataSerialization1, testBlockdataSerialization2, testBuildTermModel, testDG2, testFactorial, testFibonaci, testGetRealJavaObject, testIPobjects, testJavaMessage, testJavaThreads, testLoops, testNewInterrupt, testNumbers, testNumbers2, testPrototypeStuff, testSomaN, testStrangeChar
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubprocessEngineTest

public SubprocessEngineTest(String name)
Method Detail

testDeterministicGoal

public void testDeterministicGoal()
Overrides:
testDeterministicGoal in class PrologEngineTest

testManyEngines

public void testManyEngines()

testOutputListening

public void testOutputListening()