public class TestAuditDialog
extends java.lang.Object
Constructor and Description |
---|
TestAuditDialog() |
Modifier and Type | Method and Description |
---|---|
void |
makeLabelStyleTest()
test the make Lable Style function to make sure that the JTextArea inputted is the same as outputted
|
void |
setUp()
create an AuditDialog for each test
|
static void |
setUpBeforeClass()
create the JFrame, Controller, and ArrayList for the class
|
void |
tearDown()
null the AuditDialog created for each test
|
static void |
tearDownAfterClass()
null the JFrame, Controller, and ArrayList created for 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 makeLabelStyleTest()