|
@ -3,6 +3,10 @@ package de.hs_fulda.ciip.projjpn; |
|
|
import junit.framework.TestCase; |
|
|
import junit.framework.TestCase; |
|
|
|
|
|
|
|
|
public class ItemTest extends TestCase { |
|
|
public class ItemTest extends TestCase { |
|
|
|
|
|
/** |
|
|
|
|
|
* No Items are in Stock. |
|
|
|
|
|
* Check the inStock() Method. |
|
|
|
|
|
*/ |
|
|
public void test_ItemNotInStock() { |
|
|
public void test_ItemNotInStock() { |
|
|
// Given |
|
|
// Given |
|
|
Item item = new Item(); |
|
|
Item item = new Item(); |
|
|