public class TestConversionAgent<T extends ConversionAgent>
extends java.lang.Object
| Constructor and Description |
|---|
TestConversionAgent(T conversionAgent) |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testCount() |
void |
testToArray() |
void |
testToList() |
void |
testToStream() |
public TestConversionAgent(T conversionAgent)