com.xsb.interprolog
Class XSBNativeEngineTest

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

public class XSBNativeEngineTest
extends NativeEngineTest


Nested Class Summary
 
Nested classes inherited from class com.xsb.interprolog.NativeEngineTest
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
XSBNativeEngineTest(String name)
           
 
Method Summary
 void testNumbers()
           
 void testNumbers2()
           
 
Methods inherited from class com.xsb.interprolog.NativeEngineTest
testMultipleThreads, 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, 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

XSBNativeEngineTest

public XSBNativeEngineTest(String name)
Method Detail

testNumbers2

public void testNumbers2()
Overrides:
testNumbers2 in class PrologEngineTest

testNumbers

public void testNumbers()
Overrides:
testNumbers in class PrologEngineTest