com.hp.hpl.jena.xmloutput
Class testWriterInterface

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.xmloutput.testWriterInterface
All Implemented Interfaces:
junit.framework.Test

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

Version:
$Revision: 1.1 $
Author:
bwm, jjc

Constructor Summary
testWriterInterface(java.lang.String name, java.lang.String lang)
          Constructor requires that all tests be named
 
Method Summary
 void testAnotherWriter()
           
 void testInterface()
           
 void testLineSeparator()
          Introduced to cope with bug 832682: double spacing on windows platforms.
 void testNoWriter()
           
 void testWriting()
           
 
Methods inherited from class com.hp.hpl.jena.rdf.model.test.ModelTestBase
assertIsoModels, assertIsoModels, createMemModel, createModel, literal, modelAdd, modelWithStatements, modelWithStatements, property, property, rdfNode, rdfNode, resource, resource, resources, resourceSet, statement, statement, statements
 
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

testWriterInterface

public testWriterInterface(java.lang.String name,
                           java.lang.String lang)
Constructor requires that all tests be named

Parameters:
name - The name of this test
Method Detail

testLineSeparator

public void testLineSeparator()
Introduced to cope with bug 832682: double spacing on windows platforms. Make sure the xmlns prefixes are introduced by the correct line separator. (Java doesn't appear to understand that the notion of "line separator" should be portable ... come back C, all is forgiven. Well, not *all* ...)


testInterface

public void testInterface()

testNoWriter

public void testNoWriter()

testAnotherWriter

public void testAnotherWriter()

testWriting

public void testWriting()


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