org.pentaho.di.core.util
Class StringEvaluatorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.pentaho.di.core.util.StringEvaluatorTest
All Implemented Interfaces:
junit.framework.Test

public class StringEvaluatorTest
extends junit.framework.TestCase


Constructor Summary
StringEvaluatorTest()
           
 
Method Summary
 void testCurrencyData_UK()
           
 void testCurrencyData()
           
 void testCustomDateFormats()
           
 void testCustomNumberFormats()
           
 void testDeterminePrecision()
           
 void testSeries1()
           
 void testSeries2()
           
 void testSeries3()
           
 void testSeries4()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringEvaluatorTest

public StringEvaluatorTest()
Method Detail

testSeries1

public void testSeries1()
                 throws Exception
Throws:
Exception

testSeries2

public void testSeries2()
                 throws Exception
Throws:
Exception

testSeries3

public void testSeries3()
                 throws Exception
Throws:
Exception

testSeries4

public void testSeries4()
                 throws Exception
Throws:
Exception

testCurrencyData

public void testCurrencyData()

testCurrencyData_UK

public void testCurrencyData_UK()

testCustomDateFormats

public void testCustomDateFormats()

testCustomNumberFormats

public void testCustomNumberFormats()

testDeterminePrecision

public void testDeterminePrecision()