edu.uci.ics.inf111.dvdvendor.app
Class UtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.uci.ics.inf111.dvdvendor.app.UtilsTest
All Implemented Interfaces:
junit.framework.Test

public class UtilsTest
extends junit.framework.TestCase


Constructor Summary
UtilsTest()
           
 
Method Summary
 void testGetBarCodeFromDescription()
           
 void testGetBarCodesAndTitles()
           
 void testGetFieldBeforeSymbol()
           
 void testGetLineAfterSymbol()
           
 void testPrintDB()
           
 void testSecondsDifference()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UtilsTest

public UtilsTest()
Method Detail

testPrintDB

public void testPrintDB()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetBarCodesAndTitles

public void testGetBarCodesAndTitles()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testGetBarCodeFromDescription

public void testGetBarCodeFromDescription()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testGetFieldBeforeSymbol

public void testGetFieldBeforeSymbol()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testGetLineAfterSymbol

public void testGetLineAfterSymbol()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testSecondsDifference

public void testSecondsDifference()
                           throws java.lang.Exception
Throws:
java.lang.Exception