| |
|
| org.geotools.data.vpf.util.DataUtilsTest
DataUtilsTest | public class DataUtilsTest extends TestCase implements DataTypesDefinition(Code) | | File DataUtilsTest.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 | DataUtilsTest(String name) Public constructor for creating testing class. |
RESULT_TYPES | final public static Class[] RESULT_TYPES(Code) | | |
TEST_RESULTS | final public static int[][] TEST_RESULTS(Code) | | |
TEST_SAMPLES | final public static byte[][] TEST_SAMPLES(Code) | | |
TEST_TYPES | final public static char[] TEST_TYPES(Code) | | |
varDataUtils | protected DataUtils varDataUtils(Code) | | Instance of tested class.
|
DataUtilsTest | public DataUtilsTest(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.
|
testDecodeData13740087263052374 | public void testDecodeData13740087263052374()(Code) | | Method for testing original source method:
java.lang.Object decodeData(byte[], char)
from tested class
|
testDecodeDouble1374008726 | public void testDecodeDouble1374008726()(Code) | | Method for testing original source method:
double decodeDouble(byte[])
from tested class
|
testDecodeFloat1374008726 | public void testDecodeFloat1374008726()(Code) | | Method for testing original source method:
float decodeFloat(byte[])
from tested class
|
testDecodeInt1374008726 | public void testDecodeInt1374008726()(Code) | | Method for testing original source method:
int decodeInt(byte[])
from tested class
|
testDecodeShort1374008726 | public void testDecodeShort1374008726()(Code) | | Method for testing original source method:
short decodeShort(byte[])
from tested class
|
testToBigEndian1374008726 | public void testToBigEndian1374008726()(Code) | | Method for testing original source method:
byte[] toBigEndian(byte[])
from tested class
|
testUnsigByteToInt3039496 | public void testUnsigByteToInt3039496()(Code) | | Method for testing original source method:
int unsigByteToInt(byte)
from tested class
|
|
|
|