public class ControlTypeTestCase
extends TestCase
| Constructor and Description |
|---|
ControlTypeTestCase(java.lang.String strName) |
| Modifier and Type | Method and Description |
|---|---|
void |
testConstructor()
Checks the constructor().
|
void |
testEqualsSelfIdentity()
Checks equals().
|
void |
testEqualsSelfUnequality()
Checks equals().
|
void |
testHashCode()
Checks hashCode().
|
void |
testToString()
Checks toString().
|
public void testConstructor()
throws java.lang.Exception
java.lang.Exceptionpublic void testEqualsSelfIdentity()
throws java.lang.Exception
java.lang.Exceptionpublic void testEqualsSelfUnequality()
throws java.lang.Exception
java.lang.Exceptionpublic void testHashCode()
throws java.lang.Exception
java.lang.Exceptionpublic void testToString()
throws java.lang.Exception
java.lang.Exception