Class SimpleTest

java.lang.Object
  |
  +--TestCase
        |
        +--SimpleTest

public class SimpleTest
extends TestCase

Some simple tests of the AIS package.

See Also:
Serialized Form

Constructor Summary
SimpleTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
 void testChecksum()
           
 void testDecoder()
           
 void testMsgFactory()
           
 void testNegativeNumber()
           
 void testPerf()
           
 void testShipStatic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTest

public SimpleTest()
Method Detail

setUp

protected void setUp()

suite

public static Test suite()

testChecksum

public void testChecksum()

testDecoder

public void testDecoder()

testShipStatic

public void testShipStatic()

testMsgFactory

public void testMsgFactory()

testPerf

public void testPerf()

testNegativeNumber

public void testNegativeNumber()

main

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