com.xsb.interprolog
Class NativeEngineTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.declarativa.interprolog.PrologEngineTest
              extended bycom.xsb.interprolog.NativeEngineTest
All Implemented Interfaces:
Test
Direct Known Subclasses:
XSBNativeEngineTest

public abstract class NativeEngineTest
extends PrologEngineTest


Nested Class Summary
 class NativeEngineTest.DGClient
           
 
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
NativeEngineTest(String name)
           
 
Method Summary
 void testMultipleThreads()
           
 void testNativeEngine()
           
 
Methods inherited from class com.declarativa.interprolog.PrologEngineTest
factorial, fibonaci, kickThread1, loadTestFile, luckyNumber, somaN, someTerms, testAutoTermModel, testBlockdataSerialization1, testBlockdataSerialization2, testBuildTermModel, testDeterministicGoal, 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

NativeEngineTest

public NativeEngineTest(String name)
Method Detail

testNativeEngine

public void testNativeEngine()
                      throws InterruptedException
Throws:
InterruptedException

testMultipleThreads

public void testMultipleThreads()