public class TestSpecialComboBoxModel
extends java.lang.Object
Constructor and Description |
---|
TestSpecialComboBoxModel() |
Modifier and Type | Method and Description |
---|---|
void |
containsTest()
make sure that contains works correctly
|
void |
setUp()
create a new specialComboBoxModel for each test
|
static void |
setUpBeforeClass()
create a string for use in the class
|
void |
tearDown()
null the specialComboBoxModel after each test
|
static void |
tearDownAfterClass()
null the string after all the tests
|
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 containsTest()