| 
Algernon Software | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.algernon.test.MultipleAlgernonObjTestCase
Tests whether Algernon works correctly when initialized several times from the same program. Contributed by Nick Green (Nick.Green@sas.com) 29 Sep 2003
| Constructor Summary | |
MultipleAlgernonObjTestCase()
 | 
|
| Method Summary | |
 LispValue | 
ask(String command,
    Algernon algernon)
Receives commands strings.  | 
static void | 
main(String[] args)
 | 
 Algernon | 
makeAlgernon(String PROJECT_FILE_NAME)
Creates an instance that can be returned by the pool.  | 
 void | 
runTest()
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public MultipleAlgernonObjTestCase()
| Method Detail | 
public static void main(String[] args)
public void runTest()
public Algernon makeAlgernon(String PROJECT_FILE_NAME)
public LispValue ask(String command,
                     Algernon algernon)
              throws Exception
Receives commands strings. Makes a query and returns the response. Displays any query errors and throws an exception.
Utility method
command - - Query command.algernon - - An instance of the Algernon query interface class.
Exception - - Error
  | 
Algernon Software | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||