public class TestSemesterWindow
extends java.lang.Object
Constructor and Description |
---|
TestSemesterWindow() |
Modifier and Type | Method and Description |
---|---|
void |
semesterWindowtest()
test the Semster Window Contstructor
|
void |
setUp()
create the semester window for each test
|
static void |
setUpBeforeClass()
create the controller, view and jframe for the class
|
void |
tearDown()
null the semester window after each test
|
static void |
tearDownAfterClass()
null the controller, view and jframe 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 semesterWindowtest()