net.sf.bt747.test
Class TestUtils

java.lang.Object
  extended by net.sf.bt747.test.TestUtils

public class TestUtils
extends java.lang.Object

Author:
Mario

Constructor Summary
TestUtils()
           
 
Method Summary
static void assertEquals(java.lang.String msg, GPSRecord expected, GPSRecord actual)
           
static java.lang.String getTestResourcePath(java.lang.String rsc)
           
static void setupEnvironment()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUtils

public TestUtils()
Method Detail

setupEnvironment

public static final void setupEnvironment()

getTestResourcePath

public static final java.lang.String getTestResourcePath(java.lang.String rsc)

assertEquals

public static final void assertEquals(java.lang.String msg,
                                      GPSRecord expected,
                                      GPSRecord actual)
                               throws java.lang.Exception
Throws:
java.lang.Exception