java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.hp.hpl.jena.ontology.impl.test.TestOntDocumentManager.DocManagerImportTest
- All Implemented Interfaces:
- junit.framework.Test
- Enclosing class:
- TestOntDocumentManager
- static class TestOntDocumentManager.DocManagerImportTest
- extends junit.framework.TestCase
Document manager imports test case. Each test case starts with a root model (always a.owl in some
directory), and loads the model. Depending on the model contents, and the settings of the doc
manager, other models will be loaded. Each model is set to contain a fixed number of marker
statements of the form:
the test for having correctly loaded the models is to count the markers and compare to the predicted
total.
| Fields inherited from class junit.framework.TestCase |
|
|
Method Summary |
void |
runTest()
Override to run the test and assert its state. |
| 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 |
m_dir
java.lang.String m_dir
m_count
int m_count
m_path
java.lang.String m_path
m_processImports
boolean m_processImports
TestOntDocumentManager.DocManagerImportTest
TestOntDocumentManager.DocManagerImportTest(java.lang.String dir,
int count,
boolean processImports,
java.lang.String path)
runTest
public void runTest()
- Description copied from class:
junit.framework.TestCase
- Override to run the test and assert its state.