|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
test.wsmo4j.validator.ValidatorTestCase
test.wsmo4j.validator.BugTests
public class BugTests
This unit test class is meant to show up bugs in the validator that need to be fixed.
Created on Sep 19, 2006 Committed by $Author: morcen $ $Source$,
| Field Summary |
|---|
| Fields inherited from class test.wsmo4j.validator.ValidatorTestCase |
|---|
axiom, dataFactory, factory, le, leFactory, leSet, ns, ontology, parser |
| Constructor Summary | |
|---|---|
BugTests()
|
|
| Method Summary | |
|---|---|
void |
testBuiltInInWSMLDL()
In the following logical expression, a built-in atom is used. |
void |
testNoRootVariableInWSMLDL()
In the following logical expression, the left and the right side of the implication have no common root variable. |
void |
testUnConnectedGraphInWSMLDL()
In the following logical expression, ?x and ?y are not connected. |
void |
testUseOfBooleanInWSMLDL()
In the following logical expression, the universal truth is used. |
| Methods inherited from class test.wsmo4j.validator.ValidatorTestCase |
|---|
createAxiomDef, getOntHeader, getOntLocalName, printError, printWarning, removeAxiomDef, setUp, tearDown |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, 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, failNotEquals, failNotSame, failSame, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BugTests()
| Method Detail |
|---|
public void testUnConnectedGraphInWSMLDL()
throws Exception
Exception
public void testNoRootVariableInWSMLDL()
throws Exception
Exception
public void testUseOfBooleanInWSMLDL()
throws Exception
Exception
public void testBuiltInInWSMLDL()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||