com.hp.hpl.jena.eyeball.test
Class TestReports

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.hp.hpl.jena.test.JenaTestBase
              extended by com.hp.hpl.jena.graph.test.GraphTestBase
                  extended by com.hp.hpl.jena.rdf.model.test.ModelTestBase
                      extended by com.hp.hpl.jena.assembler.test.AssemblerTestBase
                          extended by com.hp.hpl.jena.eyeball.test.EyeballTestBase
                              extended by com.hp.hpl.jena.eyeball.test.TestReports
All Implemented Interfaces:
junit.framework.Test

public class TestReports
extends EyeballTestBase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hp.hpl.jena.assembler.test.AssemblerTestBase
com.hp.hpl.jena.assembler.test.AssemblerTestBase.FixedObjectAssembler, com.hp.hpl.jena.assembler.test.AssemblerTestBase.NamedObjectAssembler
 
Field Summary
 
Fields inherited from class com.hp.hpl.jena.assembler.test.AssemblerTestBase
schema
 
Fields inherited from class com.hp.hpl.jena.rdf.model.test.ModelTestBase
aModel, empty
 
Fields inherited from class com.hp.hpl.jena.graph.test.GraphTestBase
bnc
 
Constructor Summary
TestReports()
           
 
Method Summary
 void testAddLiteralProperty()
           
 void testAddMainProperty()
           
 void testAddRDFNodeProperty()
           
 void testCreateItemWithoutStatement()
           
 void testCreateItemWithStatement()
           
 void testCreatePhantomItemWithoutStatement()
           
 void testCreateStatementJustOnce()
           
 void testGetStatement()
           
 void testReportItemExists()
           
 void testRequiredProperty()
           
 
Methods inherited from class com.hp.hpl.jena.eyeball.test.EyeballTestBase
both, itemModel, itemModel, justOne, modelAddFacts, ontModel, ontModel, setRequiredPrefixes, single
 
Methods inherited from class com.hp.hpl.jena.assembler.test.AssemblerTestBase
assertDomain, assertRange, assertSamePrefixMapping, assertSubclassOf, assertType, getAssemblerClass, model, model, resourceInModel, testDemandsMinimalType
 
Methods inherited from class com.hp.hpl.jena.rdf.model.test.ModelTestBase
assertIsoModels, assertIsoModels, createMemModel, createModel, extendedModel, literal, modelAdd, modelWithStatements, modelWithStatements, nice, property, property, rdfNode, rdfNode, resource, resource, resource, resources, resourceSet, statement, statement, statements
 
Methods inherited from class com.hp.hpl.jena.graph.test.GraphTestBase
appendNode, arrayToSet, assertContains, assertContainsAll, assertEqualsTemplate, assertIsomorphic, assertIsomorphic, assertOmits, assertOmitsAll, contains, getGraph, getReificationTriples, graphAdd, graphWith, iteratorToList, iteratorToSet, newGraph, nice, nice, niceTriple, node, nodeArray, nodeList, nodeSet, testContains, testContains, testContains, testContains, testOmits, testOmits, testOmits, testOmits, triple, triple, tripleArray, tripleSet
 
Methods inherited from class com.hp.hpl.jena.test.JenaTestBase
append, assertDiffer, assertDiffer, assertHasParent, assertInstanceOf, getConstructor, hasAsParent, isPublicTestMethod, isTestMethod, iteratorOfStrings, listOfOne, listOfStrings, listToSet, pass, setOfOne, setOfStrings, testToSilenceJunitComplaintsAboutNoTestMethods
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

TestReports

public TestReports()
Method Detail

testReportItemExists

public void testReportItemExists()

testCreatePhantomItemWithoutStatement

public void testCreatePhantomItemWithoutStatement()

testCreateItemWithoutStatement

public void testCreateItemWithoutStatement()

testCreateItemWithStatement

public void testCreateItemWithStatement()

testCreateStatementJustOnce

public void testCreateStatementJustOnce()

testAddMainProperty

public void testAddMainProperty()

testAddRDFNodeProperty

public void testAddRDFNodeProperty()

testAddLiteralProperty

public void testAddLiteralProperty()

testGetStatement

public void testGetStatement()

testRequiredProperty

public void testRequiredProperty()