com.hp.hpl.jena.eyeball.util.test
Class TestSetPropertiesFromString

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.util.test.TestSetPropertiesFromString
All Implemented Interfaces:
junit.framework.Test

public class TestSetPropertiesFromString
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
TestSetPropertiesFromString()
           
 
Method Summary
 void testSettingAllowsNumbers()
           
 void testSettingAllowsPrefix()
           
 void testSettingAllowsStrings()
           
 void testSettingAssumesPrefix()
           
 
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

TestSetPropertiesFromString

public TestSetPropertiesFromString()
Method Detail

testSettingAssumesPrefix

public void testSettingAssumesPrefix()

testSettingAllowsPrefix

public void testSettingAllowsPrefix()

testSettingAllowsNumbers

public void testSettingAllowsNumbers()

testSettingAllowsStrings

public void testSettingAllowsStrings()