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

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.hp.hpl.jena.test.JenaTestBase
                    |
                    +--com.hp.hpl.jena.graph.test.GraphTestBase
                          |
                          +--com.hp.hpl.jena.rdf.model.test.ModelTestBase
                                |
                                +--com.hp.hpl.jena.eyeball.test.TestVocabulary
All Implemented Interfaces:
junit.framework.Test

public class TestVocabulary
extends com.hp.hpl.jena.rdf.model.test.ModelTestBase

Author:
kers

Field Summary
 
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
TestVocabulary(java.lang.String name)
           
 
Method Summary
protected  java.lang.String getLabel(com.hp.hpl.jena.rdf.model.Resource r)
           
static junit.framework.TestSuite suite()
           
 void testBadLanguage()
           
 void testBadPrefixURI()
           
 void testBadURI()
           
 void testCardinality()
           
 void testCardinalityFailure()
           
 void testEyeballURI()
           
 void testForNamepspace()
           
 void testForReason()
           
 void testHasNoType()
           
 void testInferSubclass()
           
 void testInferSuperclass()
           
 void testInspector()
           
 void testJenaPrefixFound()
           
 void testloadConfig()
           
 void testMax()
           
 void testMin()
           
 void testNamespaceEndsWithNameCharacter()
           
 void testNoDuplicates()
           
 void testNotFromNamespace()
           
 void testNumValues()
           
 void testOnLiteral()
           
 void testOnPrefix()
           
 void testOnProperty()
           
 void testOnResource()
           
 void testOnStatement()
           
 void testOnType()
           
 void testResourceRequired()
           
 void testSchemePattern()
           
 void testSchemeShouldBeLowercase()
           
 void testUnknownClass()
           
 void testUnknownPredicate()
           
 void testUnrecognisedScheme()
           
 void testUriContainsSpaces()
           
 void testUriFailsPattern()
           
 void testUriFileInappropriate()
           
 void testUriHasNoScheme()
           
 void testUriNoHttpAuthority()
           
 void testUriSyntaxFailure()
           
 void testValues()
           
 void testVocabulary()
           
 
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
 
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
 

Constructor Detail

TestVocabulary

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

suite

public static junit.framework.TestSuite suite()

testEyeballURI

public void testEyeballURI()

testUnknownPredicate

public void testUnknownPredicate()

testOnLiteral

public void testOnLiteral()

testOnStatement

public void testOnStatement()

testOnResource

public void testOnResource()

testBadLanguage

public void testBadLanguage()

testBadURI

public void testBadURI()

testBadPrefixURI

public void testBadPrefixURI()

testForReason

public void testForReason()

testOnPrefix

public void testOnPrefix()

testInspector

public void testInspector()

testNotFromNamespace

public void testNotFromNamespace()

testUriContainsSpaces

public void testUriContainsSpaces()

testUriHasNoScheme

public void testUriHasNoScheme()

testUriNoHttpAuthority

public void testUriNoHttpAuthority()

testUriFileInappropriate

public void testUriFileInappropriate()

testUriSyntaxFailure

public void testUriSyntaxFailure()

testJenaPrefixFound

public void testJenaPrefixFound()

testForNamepspace

public void testForNamepspace()

testNamespaceEndsWithNameCharacter

public void testNamespaceEndsWithNameCharacter()

testUnrecognisedScheme

public void testUnrecognisedScheme()

testSchemePattern

public void testSchemePattern()

testUriFailsPattern

public void testUriFailsPattern()

testloadConfig

public void testloadConfig()

testSchemeShouldBeLowercase

public void testSchemeShouldBeLowercase()

testUnknownClass

public void testUnknownClass()

testInferSubclass

public void testInferSubclass()

testInferSuperclass

public void testInferSuperclass()

testHasNoType

public void testHasNoType()

testCardinalityFailure

public void testCardinalityFailure()

testResourceRequired

public void testResourceRequired()

testOnProperty

public void testOnProperty()

testOnType

public void testOnType()

testNumValues

public void testNumValues()

testValues

public void testValues()

testCardinality

public void testCardinality()

testMin

public void testMin()

testMax

public void testMax()

testVocabulary

public void testVocabulary()

testNoDuplicates

public void testNoDuplicates()

getLabel

protected java.lang.String getLabel(com.hp.hpl.jena.rdf.model.Resource r)