org.processmining.framework.util
Class TestUtils

java.lang.Object
  extended by org.processmining.framework.util.TestUtils

public class TestUtils
extends java.lang.Object

This class provides handy utilities for text-output-based tests.

Author:
Christian W. Guenther (christian@deckfour.org)

Constructor Summary
TestUtils()
           
 
Method Summary
static java.lang.String hash(cern.colt.matrix.DoubleMatrix1D matrix)
          Returns a hash string for the given matrix
static java.lang.String hash(cern.colt.matrix.DoubleMatrix2D matrix)
          Returns a hash string for the given matrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUtils

public TestUtils()
Method Detail

hash

public static java.lang.String hash(cern.colt.matrix.DoubleMatrix1D matrix)
Returns a hash string for the given matrix

Parameters:
matrix -
Returns:

hash

public static java.lang.String hash(cern.colt.matrix.DoubleMatrix2D matrix)
Returns a hash string for the given matrix

Parameters:
matrix -
Returns: