jimm.datavision.test
Class FormulaEvalTest.ExpectedLineModifier

java.lang.Object
  extended by jimm.datavision.test.FormulaEvalTest.ExpectedLineModifier
Enclosing class:
FormulaEvalTest

abstract class FormulaEvalTest.ExpectedLineModifier
extends java.lang.Object

Lets us modify the "standard" expected results to match a particular test's output.


Constructor Summary
FormulaEvalTest.ExpectedLineModifier()
           
 
Method Summary
(package private) abstract  java.lang.String expected(java.lang.String str)
          Given the "standard" expected value, returns the expected text for a particular test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormulaEvalTest.ExpectedLineModifier

FormulaEvalTest.ExpectedLineModifier()
Method Detail

expected

abstract java.lang.String expected(java.lang.String str)
Given the "standard" expected value, returns the expected text for a particular test. If we return null that means the input line should be skipped.