Algernon Software

org.algernon.test
Class ForwardTest

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

public class ForwardTest
extends Object

Tests basic execution functionality of Algernon. Does not test the compiler. Example:

 java  -classpath $HOME/projects:$ALGY/src:$PHARMGEN/lib/protege.jar org.algernon.test.BasicTest
 

See Also:
Algernon

Field Summary
protected  Algernon m_algy
           
protected  String m_defaultProject
           
protected  AlgernonKB m_kb
           
protected  String m_testFile
           
 
Constructor Summary
ForwardTest()
           
 
Method Summary
 void init()
          Reads in the parameters and tries to open the KB.
static void main(String[] args)
           
 void start()
          Executes some small code snippets.
 void stop()
          Halts the program nicely.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_kb

protected AlgernonKB m_kb

m_algy

protected Algernon m_algy

m_defaultProject

protected String m_defaultProject

m_testFile

protected String m_testFile
Constructor Detail

ForwardTest

public ForwardTest()
Method Detail

main

public static void main(String[] args)

init

public void init()
Reads in the parameters and tries to open the KB.


stop

public void stop()
Halts the program nicely.


start

public void start()
Executes some small code snippets.


Algernon Software