foundry-0.9.1

foundry.io
Class TestCaseEscapingWriter

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--foundry.io.TestCaseEscapingWriter
All Implemented Interfaces:
junit.framework.Test

public class TestCaseEscapingWriter
extends junit.framework.TestCase


Field Summary
private  StringWriter delegate
           
private  EscapingWriter writer
           
 
Fields inherited from class junit.framework.TestCase
fName
 
Constructor Summary
TestCaseEscapingWriter(String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetEscapeString()
           
 void testWriteChar()
           
 void testWriteChars()
           
 void testWriteString()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail, failNotEquals, failNotSame
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

writer

private EscapingWriter writer

delegate

private StringWriter delegate
Constructor Detail

TestCaseEscapingWriter

public TestCaseEscapingWriter(String name)
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase

testWriteString

public void testWriteString()

testWriteChar

public void testWriteChar()

testWriteChars

public void testWriteChars()

testGetEscapeString

public void testGetEscapeString()

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class junit.framework.TestCase

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson