ch.hsr.bieridee.test
Class BarcodeModelTest

java.lang.Object
  extended by ch.hsr.bieridee.test.DBTest
      extended by ch.hsr.bieridee.test.BarcodeModelTest

public class BarcodeModelTest
extends DBTest

Tests the BarcodeModel Class.


Constructor Summary
BarcodeModelTest()
           
 
Method Summary
 void testBarcodeBeerInteraction()
          Creates new Barcode, links it with a BeerModel and tries to get the Beer for that Barcode.
 
Methods inherited from class ch.hsr.bieridee.test.DBTest
shutdownDB, startResletAPI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarcodeModelTest

public BarcodeModelTest()
Method Detail

testBarcodeBeerInteraction

public void testBarcodeBeerInteraction()
Creates new Barcode, links it with a BeerModel and tries to get the Beer for that Barcode.