public class AFloorShould
extends java.lang.Object
Floor
.Constructor and Description |
---|
AFloorShould() |
Modifier and Type | Method and Description |
---|---|
void |
haveAColour()
Assert a floor can have a colour.
|
void |
haveAStringRepresentation()
Assert a floor can be represented as a string.
|
void |
holdAValidFloorNumber()
Assert the floor number is in the range 0-6 inclusive.
|
void |
setUp() |
public void setUp()
public void haveAColour()
public void haveAStringRepresentation()
public void holdAValidFloorNumber()