Algernon Software

org.algernon.test
Class InitializeAlgernonTwice

java.lang.Object
  extended byorg.algernon.test.InitializeAlgernonTwice

public class InitializeAlgernonTwice
extends Object

Tests whether Algernon works correctly when initialized twice from the same program. Contributed by Joe V, joe55055@yahoo.com 06 July 2003


Field Summary
private  Algernon algernon
           
 
Constructor Summary
InitializeAlgernonTwice()
           
 
Method Summary
private  void initAlgernon()
           
static void main(String[] args)
           
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algernon

private Algernon algernon
Constructor Detail

InitializeAlgernonTwice

public InitializeAlgernonTwice()
Method Detail

test

public void test()
          throws AlgernonException
Throws:
AlgernonException

initAlgernon

private void initAlgernon()
                   throws AlgernonException
Throws:
AlgernonException

main

public static void main(String[] args)
                 throws AlgernonException
Throws:
AlgernonException

Algernon Software