org.ditchnet.jsp.util
Class JspResponseWriterTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.ditchnet.test.DitchBaseTestCase
              extended byorg.ditchnet.jsp.util.JspResponseWriterTest
All Implemented Interfaces:
junit.framework.Test

public class JspResponseWriterTest
extends org.ditchnet.test.DitchBaseTestCase


Constructor Summary
JspResponseWriterTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testAttribute()
           
 void testAttributeNS()
           
 void testComment()
           
 void testEmptyElement()
           
 void testEndElement()
           
 void testFalseArgConstructor()
           
 void testIllegalStateAttribute()
           
 void testLineBreak()
           
 void testLineBreakCreatesNonEmptyElement()
           
 void testNSEndElement()
           
 void testNSStartElement()
           
 void testNullAttributeName()
           
 void testNullComment()
           
 void testNullText()
           
 void testPrettyPrinting()
           
 void testStartElement()
           
 void testTabStop()
           
 void testTabStopCreatesNonEmptyElement()
           
 void testText()
           
 void testTrueArgConstructor()
           
 
Methods inherited from class org.ditchnet.test.DitchBaseTestCase
dump, dump
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

JspResponseWriterTest

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

setUp

public void setUp()

testStartElement

public void testStartElement()

testPrettyPrinting

public void testPrettyPrinting()

testFalseArgConstructor

public void testFalseArgConstructor()

testTrueArgConstructor

public void testTrueArgConstructor()

testEndElement

public void testEndElement()

testNSStartElement

public void testNSStartElement()

testNSEndElement

public void testNSEndElement()

testLineBreak

public void testLineBreak()

testTabStop

public void testTabStop()

testAttribute

public void testAttribute()

testAttributeNS

public void testAttributeNS()

testIllegalStateAttribute

public void testIllegalStateAttribute()

testNullAttributeName

public void testNullAttributeName()

testText

public void testText()

testNullText

public void testNullText()

testComment

public void testComment()

testNullComment

public void testNullComment()

testEmptyElement

public void testEmptyElement()

testLineBreakCreatesNonEmptyElement

public void testLineBreakCreatesNonEmptyElement()

testTabStopCreatesNonEmptyElement

public void testTabStopCreatesNonEmptyElement()

suite

public static junit.framework.Test suite()