public class TestView
extends java.lang.Object
Constructor and Description |
---|
TestView() |
Modifier and Type | Method and Description |
---|---|
void |
getFrameTest()
check if we can get the frame from the view
|
void |
setFrameTest()
check if we can set the frame from the view
|
void |
setUp()
create a View for the tests
|
static void |
setUpBeforeClass()
create a controller and JFrame for the class
|
void |
tearDown()
null the view after the tests
|
static void |
tearDownAfterClass()
null the controller 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 getFrameTest()
public void setFrameTest()