ix.itest
Class UnitedNationsItest

java.lang.Object
  |
  +--ix.icore.IXAgent
        |
        +--ix.itest.BasicItest
              |
              +--ix.itest.I_TEST
                    |
                    +--ix.itest.UnitedNationsItest
All Implemented Interfaces:
StatusValues

public class UnitedNationsItest
extends I_TEST

The agent class and application main program


Inner classes inherited from class ix.itest.BasicItest
BasicItest.SendingThread, BasicItest.TestSequenceListener
 
Fields inherited from class ix.itest.BasicItest
builtinDestinations, displayName, frame, ipcName, receivePanel, sendPanel
 
Fields inherited from class ix.icore.IXAgent
textFrame, thisAgent
 
Fields inherited from interface ix.icore.process.StatusValues
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM, PRIORITY_NONE, PRODUCT_BLANK, PRODUCT_COMPLETE, PRODUCT_DRAFT, STATUS_BLANK, STATUS_COMPLETE, STATUS_EXECUTING, STATUS_IMPOSSIBLE, STATUS_NA, STATUS_POSSIBLE
 
Constructor Summary
(package private) UnitedNationsItest()
           
 
Method Summary
protected  void addTests()
          Tests
static void main(java.lang.String[] argv)
          Main program.
 javax.swing.JPanel makeLogoPanel()
          Constructs a panel containing a nice, UN-related picture.
 
Methods inherited from class ix.itest.I_TEST
 
Methods inherited from class ix.itest.BasicItest
addIssueTest, addIssueTest, addReportSequenceTest, addReportSequenceTest, changeButtonVerb, getAgentIPCName, handleInput, processCommandLineArguments, setupFrame, startup
 
Methods inherited from class ix.icore.IXAgent
displayMessage, getAgent, getAgentSymbolName, handleNewIssue, handleNewReport, mainStartup, pre_handleInput, startServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitedNationsItest

UnitedNationsItest()
Method Detail

makeLogoPanel

public javax.swing.JPanel makeLogoPanel()
Constructs a panel containing a nice, UN-related picture.
Overrides:
makeLogoPanel in class BasicItest

main

public static void main(java.lang.String[] argv)
Main program.

addTests

protected void addTests()
Tests
Overrides:
addTests in class I_TEST