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

Quick Search    Search Deep

com.hp.hpl.jena.graph.compose.test
Class TestPolyadicPrefixMapping  view TestPolyadicPrefixMapping download TestPolyadicPrefixMapping.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.shared.test.AbstractTestPrefixMapping
                      extended bycom.hp.hpl.jena.graph.compose.test.TestPolyadicPrefixMapping
All Implemented Interfaces:
junit.framework.Test

public class TestPolyadicPrefixMapping
extends com.hp.hpl.jena.shared.test.AbstractTestPrefixMapping


Field Summary
protected static java.lang.String alpha
           
protected static java.lang.String beta
           
(package private)  com.hp.hpl.jena.graph.Graph g1
           
(package private)  com.hp.hpl.jena.graph.Graph g2
           
(package private)  com.hp.hpl.jena.graph.Graph gBase
           
(package private)  com.hp.hpl.jena.graph.compose.Polyadic poly
           
 
Fields inherited from class com.hp.hpl.jena.shared.test.AbstractTestPrefixMapping
 
Fields inherited from class com.hp.hpl.jena.graph.test.GraphTestBase
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestPolyadicPrefixMapping(java.lang.String name)
           
 
Method Summary
protected  com.hp.hpl.jena.shared.PrefixMapping getMapping()
           
 void setUp()
          Sets up the fixture, for example, open a network connection.
static junit.framework.TestSuite suite()
           
 void testOnlyBaseMutated()
           
 void testQNameComponents()
           
 void testUpdatesOverridden()
           
 void testUpdatesVisible()
           
 
Methods inherited from class com.hp.hpl.jena.shared.test.AbstractTestPrefixMapping
testAddDefaultMap, testAddMap, testAddOtherPrefixMapping, testAllowNastyNamespace, testCheckNames, testEasyQName, testEmptyDoesNotWipeURI, testEmptyPrefix, testExpandPrefix, testLock, testNoQNameBadLocal, testNoQNameNoPrefix, testPrefixMappingMap, testPrefixMappingMapping, testPrefixMappingSecret, testQnameFromEmail, testRemovePrefix, testReturnsSelf, testReversePrefixMapping, testSameURIKeepsDefault, testSecondPrefixDeletedUncoversPreviousMap, testSecondPrefixReplacesReverseMap, testSecondPrefixRetainsExistingMap, testShortForm, testUseEasyPrefix, testUseEasyPrefix, testUsePrefix
 
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, 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

gBase

com.hp.hpl.jena.graph.Graph gBase

g1

com.hp.hpl.jena.graph.Graph g1

g2

com.hp.hpl.jena.graph.Graph g2

poly

com.hp.hpl.jena.graph.compose.Polyadic poly

alpha

protected static final java.lang.String alpha
See Also:
Constant Field Values

beta

protected static final java.lang.String beta
See Also:
Constant Field Values
Constructor Detail

TestPolyadicPrefixMapping

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

suite

public static junit.framework.TestSuite suite()

setUp

public void setUp()
Description copied from class: junit.framework.TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.


getMapping

protected com.hp.hpl.jena.shared.PrefixMapping getMapping()

testOnlyBaseMutated

public void testOnlyBaseMutated()

testUpdatesVisible

public void testUpdatesVisible()

testUpdatesOverridden

public void testUpdatesOverridden()

testQNameComponents

public void testQNameComponents()