com.ricebridge.xmlman.in.test
Class OutputTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.ricebridge.xmlman.in.test.OutputTest
All Implemented Interfaces:
junit.framework.Test

public class OutputTest
extends junit.framework.TestCase

Test cases for output handling.

The Source Code of this Java class is available under a BSD-style license.


Constructor Summary
OutputTest(String pOutput)
           
 
Method Summary
static void main(String[] pArgs)
           
static junit.framework.TestSuite suite()
           
 void testIndent()
           
 void testLeadingData()
           
 void testNamespace()
           
 void testPosition()
           
 void testSelfNode()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

OutputTest

public OutputTest(String pOutput)
Method Detail

suite

public static junit.framework.TestSuite suite()

main

public static void main(String[] pArgs)

testIndent

public void testIndent()

testSelfNode

public void testSelfNode()

testLeadingData

public void testLeadingData()

testNamespace

public void testNamespace()

testPosition

public void testPosition()


Copyright © 2004-2005 Ricebridge