public class TestLoginWindow
extends java.lang.Object
Constructor and Description |
---|
TestLoginWindow() |
Modifier and Type | Method and Description |
---|---|
void |
componentCountTest()
make sure the constructor makes the login window have 3 components
|
void |
getLoginButtonTest()
make sure that we can get hte text field and inteeract with it successfully
|
void |
getPassTest()
make sure that we can get the password field successfully and interact with it
|
void |
getUserTest()
make sure that we can get the text field successfully and interact with it
|
void |
setUp()
create a login window instance for each test
|
static void |
setUpBeforeClass()
create a string, controller and jframe for use in the class
|
void |
tearDown()
null the login window after each test
|
static void |
tearDownAfterClass()
null the string, controller and jframe after the class is over
|
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()
public void getLoginButtonTest()
public void getUserTest()
public void getPassTest()