foundry-0.9.1

foundry.io
Class TestCaseInterpolatingBufferedReader

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

public class TestCaseInterpolatingBufferedReader
extends junit.framework.TestCase


Field Summary
protected  InterpolatingBufferedReader reader
           
protected  String sourceText
           
protected  String targetText
           
 
Fields inherited from class junit.framework.TestCase
fName
 
Constructor Summary
TestCaseInterpolatingBufferedReader(String name)
           
 
Method Summary
 String constructSourceText()
           
 String constructTargetText()
           
 void setUp()
           
 void tearDown()
           
 void testInterpolate()
           
 void testReadChars()
           
 
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

reader

protected InterpolatingBufferedReader reader

sourceText

protected String sourceText

targetText

protected String targetText
Constructor Detail

TestCaseInterpolatingBufferedReader

public TestCaseInterpolatingBufferedReader(String name)
Method Detail

setUp

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

constructSourceText

public String constructSourceText()

constructTargetText

public String constructTargetText()

testInterpolate

public void testInterpolate()

testReadChars

public void testReadChars()

tearDown

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

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson