org.pentaho.di.trans.steps.checksum
Class CheckSumTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.pentaho.di.trans.steps.checksum.CheckSumTest
All Implemented Interfaces:
junit.framework.Test

public class CheckSumTest
extends junit.framework.TestCase


Constructor Summary
CheckSumTest()
           
 
Method Summary
 void testHexOutput_md5_compatibilityMode()
           
 void testHexOutput_md5()
           
 void testHexOutput_sha1_compatibilityMode()
           
 void testHexOutput_sha1()
           
 
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

CheckSumTest

public CheckSumTest()
Method Detail

testHexOutput_md5

public void testHexOutput_md5()
                       throws Exception
Throws:
Exception

testHexOutput_md5_compatibilityMode

public void testHexOutput_md5_compatibilityMode()
                                         throws Exception
Throws:
Exception

testHexOutput_sha1

public void testHexOutput_sha1()
                        throws Exception
Throws:
Exception

testHexOutput_sha1_compatibilityMode

public void testHexOutput_sha1_compatibilityMode()
                                          throws Exception
Throws:
Exception