Send bugs or comments to Bernd Kühl (bernd@informatik.uni-osnabrueck.de)

lolo.test
Class Test

java.lang.Object
  |
  +--lolo.test.Test

public class Test
extends java.lang.Object

An example to test all features (Serialization, removing symbols, Unicode scanners, Action objects, non serializable Action objects, ...) and classes.

Author:
Bernd Kühl (bernd@informatik.uni-osnabrueck.de)

Inner Class Summary
protected static interface Test.Action
           
 
Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

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

Send bugs or comments to Bernd Kühl (bernd@informatik.uni-osnabrueck.de)