| |
|
| org.geotools.data.vpf.io.TableRowTest
TableRowTest | public class TableRowTest extends TestCase implements DataTypesDefinition(Code) | | File TableRowTest.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 | TableRowTest(String name) Public constructor for creating testing class. |
Method Summary | |
public static void | main(String[] args) This main method is used for run tests for this class only
from command line. | protected void | setUp() This method is called every time before particular test execution. | public static Test | suite() Returns all tests which should be performed for testing class.
By default it returns only name of testing class. | public void | testFieldsCount() | public void | testGet104431() | public void | testGet1195259493() |
varTableRow | protected TableRow varTableRow(Code) | | Instance of tested class.
|
TableRowTest | public TableRowTest(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.
|
testFieldsCount | public void testFieldsCount()(Code) | | Method for testing original source method:
int fieldsCount()
from tested class
|
testGet104431 | public void testGet104431()(Code) | | Method for testing original source method:
org.geotools.vpf.RowField get(int)
from tested class
|
testGet1195259493 | public void testGet1195259493()(Code) | | Method for testing original source method:
org.geotools.vpf.RowField get(java.lang.String)
from tested class
|
|
|
|