public class TestLoginMenu
extends java.lang.Object
Constructor and Description |
---|
TestLoginMenu() |
Modifier and Type | Method and Description |
---|---|
void |
componentCountTest()
Test componentCount of loginMenu to make sure that there is one component added
|
void |
setUp()
create a login menu for testing
|
static void |
setUpBeforeClass()
Create a controller for use in the class
|
void |
tearDown()
null the login menu after each test
|
static void |
tearDownAfterClass()
null the controller after 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 componentCountTest()