public class ACafeMenuItemShould
extends java.lang.Object
CafeMenuItem
.Constructor and Description |
---|
ACafeMenuItemShould() |
Modifier and Type | Method and Description |
---|---|
void |
haveACategory()
Assert that an item has a category.
|
void |
haveAMealDeal()
Assert that an item can be part of a meal deal.
|
void |
haveAName()
Assert that an item has a name.
|
void |
haveAPrice()
Assert that an item has a price.
|
public void haveAName()
public void haveAPrice()
public void haveACategory()
public void haveAMealDeal()