public class TestConstraintPanel
extends java.lang.Object
Constructor and Description |
---|
TestConstraintPanel() |
Modifier and Type | Method and Description |
---|---|
void |
componentCountTest()
check and make sure there is 1 component in the panel
|
void |
getConstraintTest()
make sure that the constraint we constructed the constraint panel is what is in the constraint panel
|
void |
setConstraintTest()
create a new constraint
make sure that new constraint is not the same as the old one, and that the old one is what is in the constraint panel
set the new constraint in the constraint panel
make sure the new constraint is in the panel and the old one is not
|
void |
setUp()
create a constraint panel for each test
|
static void |
setUpBeforeClass()
create a controller and constraint for use in the class
|
void |
tearDown()
null the constraint panel after each test
|
static void |
tearDownAfterClass()
null the controller and constraint after done with 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()
public void getConstraintTest()
public void setConstraintTest()