All Packages Class Hierarchy This Package Previous Next Index
Class jtelos.cpp.cppTest
java.lang.Object
|
+----jtelos.cpp.cppTest
- public class cppTest
- extends Object
-
cppTest()
-
-
addingAndRemovingParentsAndAncestorsTest()
- This method does tests on the methods that add and remove ancestors
from propositions.
-
basicOperationTest()
- As this method's name implies, this method checks a variety of basic
operations that can be done with the interface such as opening a KB,
querting for propositions, querying propositions as well as altering the
KB using UNTELL
-
deletedPropositionsRecognizedTest()
- Method which checks that Java Proposition objects that reference a C++
Telos proposition that has been deleted (i.e., UNTELLed) return a
DeletedObjectAccessedException when they are accessed.
-
main(String[])
-
-
sameObjectsHaveSameReferenceTests()
- Method that checks that Java Proposition objects that reference the same
C++ object in the same KB have the same Java reference.
cppTest
public cppTest()
main
public static void main(String args[])
deletedPropositionsRecognizedTest
public static boolean deletedPropositionsRecognizedTest()
- Method which checks that Java Proposition objects that reference a C++
Telos proposition that has been deleted (i.e., UNTELLed) return a
DeletedObjectAccessedException when they are accessed.
sameObjectsHaveSameReferenceTests
public static boolean sameObjectsHaveSameReferenceTests()
- Method that checks that Java Proposition objects that reference the same
C++ object in the same KB have the same Java reference.
basicOperationTest
public static boolean basicOperationTest()
- As this method's name implies, this method checks a variety of basic
operations that can be done with the interface such as opening a KB,
querting for propositions, querying propositions as well as altering the
KB using UNTELL
addingAndRemovingParentsAndAncestorsTest
public static boolean addingAndRemovingParentsAndAncestorsTest()
- This method does tests on the methods that add and remove ancestors
from propositions.
All Packages Class Hierarchy This Package Previous Next Index