com.conradroche.matra.test.util
Class AssertionUtil

java.lang.Object
  |
  +--com.conradroche.matra.test.util.AssertionUtil

public class AssertionUtil
extends java.lang.Object

Utility class to do assertions.

Author:
Conrad Roche

Constructor Summary
AssertionUtil()
           
 
Method Summary
static void assertEquals(java.lang.String[] arg1, java.lang.String[] arg2)
          Checks if the data contained in the two String arrays is the same.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionUtil

public AssertionUtil()
Method Detail

assertEquals

public static void assertEquals(java.lang.String[] arg1,
                                java.lang.String[] arg2)
Checks if the data contained in the two String arrays is the same.
Parameters:
arg1 - String array to compare.
arg2 - String array to compare.