org.cocome.tradingsystem.inventory.data.test
Class StoreQueryImplTest

java.lang.Object
  extended by org.cocome.tradingsystem.inventory.data.test.StoreQueryImplTest

public class StoreQueryImplTest
extends java.lang.Object

tests the StoreQueryIf interface

Author:
Yannick Welsch

Constructor Summary
StoreQueryImplTest()
           
 
Method Summary
 void queryLowStockItems()
           
 void queryOrderById()
           
 void queryProducts()
           
 void queryStoreById()
           
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreQueryImplTest

public StoreQueryImplTest()
Method Detail

setUpClass

public static void setUpClass()

setUp

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

tearDown

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

queryLowStockItems

public void queryLowStockItems()

queryProducts

public void queryProducts()

queryOrderById

public void queryOrderById()

queryStoreById

public void queryStoreById()