com.hp.hpl.jena.shared
Class TestPrefixMapping

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.shared.AbstractTestPrefixMapping
                      extended by com.hp.hpl.jena.shared.TestPrefixMapping
All Implemented Interfaces:
junit.framework.Test

public class TestPrefixMapping
extends AbstractTestPrefixMapping

Tests PrefixMappingImpl by subclassing AbstractTestPrefixMapping, qv.

Author:
kers

Constructor Summary
TestPrefixMapping(java.lang.String name)
           
 
Method Summary
static junit.framework.TestSuite suite()
           
 void testExtended()
           
 void testExtended(PrefixMapping st)
           
 void testStandard()
           
 void testStandard(PrefixMapping st)
           
 
Methods inherited from class com.hp.hpl.jena.shared.AbstractTestPrefixMapping
testAddDefaultMap, testAddMap, testAddOtherPrefixMapping, testAllowNastyNamespace, testCheckNames, testEasyQName, testEmptyDoesNotWipeURI, testEmptyPrefix, testEquality, testEqualsBase, testExpandPrefix, testLock, testNoQNameBadLocal, testNoQNameNoPrefix, testNullURITrapped, testPrefixMappingMap, testPrefixMappingMapping, testPrefixMappingSecret, testQnameFromEmail, testRemovePrefix, testReturnsSelf, testReversePrefixMapping, testSameURIKeepsDefault, testSecondPrefixDeletedUncoversPreviousMap, testSecondPrefixReplacesReverseMap, testSecondPrefixRetainsExistingMap, testShortForm, testUseEasyPrefix, testUseEasyPrefix
 
Methods inherited from class com.hp.hpl.jena.graph.test.GraphTestBase
arrayToSet, assertContains, assertContainsAll, assertEqualsTemplate, assertIsomorphic, assertIsomorphic, assertOmits, assertOmitsAll, contains, getGraph, graphAdd, graphWith, iteratorToList, iteratorToSet, newGraph, nice, 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, listOfOne, listOfStrings, listToSet, pass, setOfOne, setOfStrings, testToSilenceJunitComplaintsAboutNoTestMethods
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestPrefixMapping

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

suite

public static junit.framework.TestSuite suite()

testStandard

public void testStandard()

testExtended

public void testExtended()

testStandard

public void testStandard(PrefixMapping st)

testExtended

public void testExtended(PrefixMapping st)


Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP