@ -18,6 +18,10 @@ public class ItemTest extends TestCase {
assertFalse(notInStock);
}
/**
* Stock is not Empty.
* Check the inStock() Method.
*/
public void test_ItemInStock() {
// Given
Item item = new Item();