public class AreaTest
extends java.lang.Object
Constructor and Description |
---|
AreaTest() |
Modifier and Type | Method and Description |
---|---|
void |
testConstructor()
Tests the constructor.
|
void |
testNegativeWidthException()
Test exception for illegal argument.
|
void |
testNegativeWidthException2()
Test exception for illegal argument.
|
void |
testQueuingArea()
test the queuing area.
|
void |
testShape()
Test the shape functionality.
|
void |
testWrongQueueEntrancePosition()
Test exception for illegal argument.
|
void |
testWrongQueueEntrancePosition2()
Test exception for illegal argument.
|
void |
testWrongQueueLeavingPosition()
Test exception for illegal argument.
|
void |
testWrongQueueLeavingPosition2()
Test exception for illegal argument.
|
public void testConstructor()
public void testNegativeWidthException()
public void testNegativeWidthException2()
public void testQueuingArea()
public void testShape()
public void testWrongQueueEntrancePosition()
public void testWrongQueueEntrancePosition2()
public void testWrongQueueLeavingPosition()
public void testWrongQueueLeavingPosition2()