| |
|
| org.geotools.data.vpf.io.TableColumnDefTest
TableColumnDefTest | public class TableColumnDefTest extends TestCase implements DataTypesDefinition,FileConstants(Code) | | File TableColumnDefTest.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:
|
TableColumnDefTest | public TableColumnDefTest(String name)(Code) | | Public constructor for creating testing class.
|
XtestGetColDesc | public void XtestGetColDesc()(Code) | | Method for testing original source method:
java.lang.String getColDesc()
from tested class
|
XtestGetColumnSize | public void XtestGetColumnSize()(Code) | | Method for testing original source method:
int getColumnSize()
from tested class
|
XtestGetElementsNumber | public void XtestGetElementsNumber()(Code) | | Method for testing original source method:
int getElementsNumber()
from tested class
|
XtestGetKeyType | public void XtestGetKeyType()(Code) | | Method for testing original source method:
char getKeyType()
from tested class
|
XtestGetName | public void XtestGetName()(Code) | | Method for testing original source method:
java.lang.String getName()
from tested class
|
XtestGetNarrTable | public void XtestGetNarrTable()(Code) | | Method for testing original source method:
java.lang.String getNarrTable()
from tested class
|
XtestGetThematicIdx | public void XtestGetThematicIdx()(Code) | | Method for testing original source method:
java.lang.String getThematicIdx()
from tested class
|
XtestGetType | public void XtestGetType()(Code) | | Method for testing original source method:
char getType()
from tested class
|
XtestGetValDescTableName | public void XtestGetValDescTableName()(Code) | | Method for testing original source method:
java.lang.String getValDescTableName()
from tested class
|
XtestIsNumeric | public void XtestIsNumeric()(Code) | | Method for testing original source method:
boolean isNumeric()
from tested 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() throws IOException(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.
|
testNull | public void testNull()(Code) | | |
|
|
|