Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hp.hpl.jena.graph.test
Class MetaTestGraph  view MetaTestGraph download MetaTestGraph.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.hp.hpl.jena.test.JenaTestBase
              extended bycom.hp.hpl.jena.graph.test.GraphTestBase
                  extended bycom.hp.hpl.jena.graph.test.AbstractTestGraph
                      extended bycom.hp.hpl.jena.graph.test.MetaTestGraph
All Implemented Interfaces:
junit.framework.Test

public class MetaTestGraph
extends AbstractTestGraph

MetaTestGraph


Field Summary
protected  java.lang.Class graphClass
           
protected  com.hp.hpl.jena.shared.ReificationStyle style
           
 
Fields inherited from class com.hp.hpl.jena.graph.test.AbstractTestGraph
cases, L, setTriples, SPO, tripleArray, tripleList, tripleSet
 
Fields inherited from class com.hp.hpl.jena.graph.test.GraphTestBase
bnc
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MetaTestGraph(java.lang.Class graphClass, java.lang.String name, com.hp.hpl.jena.shared.ReificationStyle style)
           
MetaTestGraph(java.lang.String name)
           
 
Method Summary
static void addTestMethods(junit.framework.TestSuite result, java.lang.Class testClass, java.lang.reflect.Method[] methods, java.lang.Class graphClass, com.hp.hpl.jena.shared.ReificationStyle style)
           
 com.hp.hpl.jena.graph.Graph getGraph()
          Returns a Graph to take part in the test.
static junit.framework.TestCase makeTest(java.lang.Class testClass, java.lang.Class graphClass, java.lang.String name, com.hp.hpl.jena.shared.ReificationStyle style)
           
static junit.framework.TestSuite suite()
           
static junit.framework.TestSuite suite(java.lang.Class testClass, java.lang.Class graphClass)
           
static junit.framework.TestSuite suite(java.lang.Class testClass, java.lang.Class graphClass, com.hp.hpl.jena.shared.ReificationStyle style)
           
 
Methods inherited from class com.hp.hpl.jena.graph.test.AbstractTestGraph
aABC, add, asIterator, canBeEmpty, copy, getAndRegister, getClosed, getGraphWith, remove, testAddTriple, testAGraph, testBulkAddArrayEvent, testBulkAddGraph, testBulkAddIterator, testBulkAddList, testBulkAddWithReification, testBulkAddWithReification, testBulkAddWithReificationPreamble, testBulkDeleteArray, testBulkDeleteGraph, testBulkDeleteIterator, testBulkDeleteList, testBulkRemoveWithReification, testBulkUpdate, testBulkUpdateRemoveWithReification, testContainsConcrete, testContainsFluid, testContainsNode, testDeleteTriple, testEventDeleteByFind, testEventRegister, testEventUnregister, testFind, testFind2, testFindAndContains, testFindByFluidTriple, testGeneralEvent, testHasCapabilities, testHasTransactions, testIsEmpty, testListObjectsNoRemove, testListPredicatesNoRemove, testListSubjectsNoRemove, testObjectsFor, testPredicatesFor, testRegisterTwice, testRemove, testRemove, testRemoveAll, testRemoveAll, testRemoveAllEvent, testRemoveSomeEvent, testRemoveSPO, testSameObjects, testSamePredicates, testSameSubjects, testSubjectsFor, testTwoListeners, testUnregisterOnce, testUnregisterWorks, xSPO, xSPOyXYZ
 
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, modelFor, newGraph, nice, nice, niceTriple, node, nodes, nodeSet, show, 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, getConstructor, hasAsParent, isPublicTestMethod, isTestMethod, listToSet, pass
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

graphClass

protected final java.lang.Class graphClass

style

protected final com.hp.hpl.jena.shared.ReificationStyle style
Constructor Detail

MetaTestGraph

public MetaTestGraph(java.lang.Class graphClass,
                     java.lang.String name,
                     com.hp.hpl.jena.shared.ReificationStyle style)

MetaTestGraph

public MetaTestGraph(java.lang.String name)
Method Detail

suite

public static junit.framework.TestSuite suite()

suite

public static junit.framework.TestSuite suite(java.lang.Class testClass,
                                              java.lang.Class graphClass)

suite

public static junit.framework.TestSuite suite(java.lang.Class testClass,
                                              java.lang.Class graphClass,
                                              com.hp.hpl.jena.shared.ReificationStyle style)

addTestMethods

public static void addTestMethods(junit.framework.TestSuite result,
                                  java.lang.Class testClass,
                                  java.lang.reflect.Method[] methods,
                                  java.lang.Class graphClass,
                                  com.hp.hpl.jena.shared.ReificationStyle style)

makeTest

public static junit.framework.TestCase makeTest(java.lang.Class testClass,
                                                java.lang.Class graphClass,
                                                java.lang.String name,
                                                com.hp.hpl.jena.shared.ReificationStyle style)

getGraph

public com.hp.hpl.jena.graph.Graph getGraph()
Description copied from class: AbstractTestGraph
Returns a Graph to take part in the test. Must be overridden in a subclass.

Overrides:
getGraph in class AbstractTestGraph