public class AbstractVariableDefinitionTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Package |
pack
The created package to test.
|
| Constructor and Description |
|---|
AbstractVariableDefinitionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare()
Creates a "object-world" to test.
|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testGetDefaultValue()
Test method for
AbstractVariableDefinition.getDefaultValue(). |
void |
testGetReference()
Test method for
AbstractVariableDefinition.getReference(). |
void |
testIsOptional()
Test method for
AbstractVariableDefinition.isOptional(). |
private Package pack
public static junit.framework.Test suite()
public void prepare()
public void testIsOptional()
AbstractVariableDefinition.isOptional().public void testGetDefaultValue()
AbstractVariableDefinition.getDefaultValue().public void testGetReference()
AbstractVariableDefinition.getReference().