public class TestMainMenu
extends java.lang.Object
Constructor and Description |
---|
TestMainMenu() |
Modifier and Type | Method and Description |
---|---|
void |
constructorTest()
test that the constructor worked correctly
|
void |
setUp()
create the main menu for each test
|
static void |
setUpBeforeClass()
create the controller for the class
|
void |
tearDown()
null the main menu for each test
|
static void |
tearDownAfterClass()
null the controller for the class
|
public static void setUpBeforeClass() throws java.lang.Exception
java.lang.Exception
public static void tearDownAfterClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void constructorTest()