net.i2p.data
Class DataHelperTest

java.lang.Object
  extended bynet.i2p.data.DataHelperTest

public class DataHelperTest
extends java.lang.Object

basic unit tests for the DataHelper


Constructor Summary
DataHelperTest(I2PAppContext ctx)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void runTests()
           
 void testLong()
          Test to/from/read/writeLong with every 1, 2, and 4 byte value, as well as some 8 byte values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataHelperTest

public DataHelperTest(I2PAppContext ctx)
Method Detail

runTests

public void runTests()

testLong

public void testLong()
Test to/from/read/writeLong with every 1, 2, and 4 byte value, as well as some 8 byte values.


main

public static void main(java.lang.String[] args)