| |
|
| org.geotools.data.vpf.io.RowFieldTest
RowFieldTest | public class RowFieldTest extends TestCase implements DataTypesDefinition(Code) | | File RowFieldTest.java is automaticaly generated by
'unittestsgen' application. Code generator is created for java
sources and for 'junit' package by "Artur Hefczyc"
You should fulfil test methods with proper code for testing
purpose. All methods where you should put your code are below and
their names starts with 'test'.
You can run unit tests in many ways, however prefered are:
|
Constructor Summary | |
public | RowFieldTest(String name) Public constructor for creating testing class. |
TEST_TYPES | final public static char[] TEST_TYPES(Code) | | |
varRowField | protected RowField varRowField(Code) | | Instance of tested class.
|
RowFieldTest | public RowFieldTest(String name)(Code) | | Public constructor for creating testing class.
|
main | public static void main(String[] args)(Code) | | This main method is used for run tests for this class only
from command line.
|
setUp | protected void setUp()(Code) | | This method is called every time before particular test execution.
It creates new instance of tested class and it can perform some more
actions which are necessary for performs tests.
|
suite | public static Test suite()(Code) | | Returns all tests which should be performed for testing class.
By default it returns only name of testing class. Instance of this
is then created with its constructor.
|
testGetAsDouble | public void testGetAsDouble()(Code) | | Method for testing original source method:
double getAsDouble()
from tested class
|
testGetAsFloat | public void testGetAsFloat()(Code) | | Method for testing original source method:
float getAsFloat()
from tested class
|
testGetAsInt | public void testGetAsInt()(Code) | | Method for testing original source method:
int getAsInt()
from tested class
|
testGetAsLong | public void testGetAsLong()(Code) | | Method for testing original source method:
long getAsLong()
from tested class
|
testGetAsShort | public void testGetAsShort()(Code) | | Method for testing original source method:
short getAsShort()
from tested class
|
testGetAsString | public void testGetAsString()(Code) | | Method for testing original source method:
java.lang.String getAsString()
from tested class
|
testGetType | public void testGetType()(Code) | | Method for testing original source method:
char getType()
from tested class
|
testGetValue | public void testGetValue()(Code) | | Method for testing original source method:
java.lang.Object getValue()
from tested class
|
|
|
|