com.drew.lang.test
Class TestHelper

java.lang.Object
  extended by com.drew.lang.test.TestHelper

public class TestHelper
extends Object

Created by dnoakes on 07-May-2005 11:13:18 using IntelliJ IDEA.


Constructor Summary
TestHelper()
           
 
Method Summary
static void assertEqualArrays(byte[] array1, byte[] array2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestHelper

public TestHelper()
Method Detail

assertEqualArrays

public static void assertEqualArrays(byte[] array1,
                                     byte[] array2)