public class AnonVariableTypeTest
extends java.lang.Object
| Constructor and Description |
|---|
AnonVariableTypeTest() |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testEqualsObject()
Test method for
AnonVariableType.equals(java.lang.Object). |
void |
testEqualsObjectFail()
Test method for
AnonVariableType.equals(java.lang.Object). |
void |
testGetErrorMessage()
Test method for
AnonVariableType.getErrorMessage(). |
void |
testGetRepString()
Test method for
AnonVariableType.getRepString(). |
void |
testHashCode()
Test method for
AnonVariableType.hashCode(). |
void |
testHashCodeFail()
Test method for
AnonVariableType.hashCode(). |
void |
testPrint()
Test method for
AnonVariableType.print(). |
public static junit.framework.Test suite()
public void testHashCode()
AnonVariableType.hashCode().public void testHashCodeFail()
AnonVariableType.hashCode().public void testGetRepString()
AnonVariableType.getRepString().public void testGetErrorMessage()
AnonVariableType.getErrorMessage().public void testEqualsObject()
AnonVariableType.equals(java.lang.Object).public void testEqualsObjectFail()
AnonVariableType.equals(java.lang.Object).public void testPrint()
AnonVariableType.print().