| com.hp.hpl.jena.graph.query.test.QueryTestBase com.hp.hpl.jena.graph.query.test.TestExpressionConstraints
TestExpressionConstraints | public class TestExpressionConstraints extends QueryTestBase (Code) | | TestExpressionConstraints - test the "new" (as of September 2003) Constraint system
for Query.
author: kers |
Inner Class :public static class IV implements IndexValues | |
TestExpressionConstraints | public TestExpressionConstraints(String name)(Code) | | |
suite | public static TestSuite suite()(Code) | | |
testConstraintFALSE | public void testConstraintFALSE()(Code) | | |
testConstraintNE1 | public void testConstraintNE1()(Code) | | |
testConstraintNE2 | public void testConstraintNE2()(Code) | | |
testConstraintNE3 | public void testConstraintNE3()(Code) | | |
testConstraintNE4 | public void testConstraintNE4()(Code) | | |
testConstraintTRUE | public void testConstraintTRUE()(Code) | | |
testDetectAnd | public void testDetectAnd()(Code) | | |
testNE | public void testNE()(Code) | | |
testNotConstant | public void testNotConstant()(Code) | | |
testPrepareNE | public void testPrepareNE()(Code) | | |
testURIs | public void testURIs()(Code) | | |
testUnknownExpression | public void testUnknownExpression()(Code) | | check that an expression which does not admit to being a constant,
variable, or application, fails the "containsAllVariableOf" test [and hence will
not be evaluated early by the evaluator].
|
testVI | public void testVI()(Code) | | |
testVVFalse | public void testVVFalse()(Code) | | |
testVVMatches | public void testVVMatches()(Code) | | |
testVVTrue | public void testVVTrue()(Code) | | |
|
|