Matra DTD Parser 0.8b

com.conradroche.matra.test.util
Class AssertionUtil

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

public class AssertionUtil
extends Object

Utility class to do assertions.

Author:
Conrad Roche

Constructor Summary
AssertionUtil()
          Constructs an AssertionUtil object.
 
Method Summary
static void assertEquals(String[] arg1, 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()
Constructs an AssertionUtil object.
Method Detail

assertEquals

public static void assertEquals(String[] arg1,
                                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.

Matra DTD Parser 0.8b