public class NameValueTest
extends java.lang.Object
| Constructor and Description |
|---|
NameValueTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp()
Sets the up.
|
void |
testEquals()
Test name equals.
|
void |
testNameNull()
Test name null.
|
void |
testNotEquals()
Test inequality.
|
void |
testNull()
Test value null.
|
void |
testToString()
Test toString().
|
public void setUp()
throws java.lang.Exception
java.lang.Exception - the exceptionpublic void testNameNull()
public void testEquals()
public void testNotEquals()
public void testNull()
public void testToString()