q1471341.mp1074.test
Class TestFramework

java.lang.Object
  extended byq1471341.mp1074.test.TestFramework
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TestFramework
extends java.lang.Object
implements java.awt.event.ActionListener

This package provides a simple GUI for accessing the various tests provided by the class TestFactory.

Author:
Ulrich Telle

Constructor Summary
TestFramework()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Implements the action listener to handle all menu bar events
 java.awt.Container createContentPane()
          Creates the content pane holding the textarea for output of the results.
 javax.swing.JMenuBar createMenuBar()
          Creates the menu bar of the application
static void main(java.lang.String[] args)
          The entry point of the program
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFramework

public TestFramework()
Method Detail

createMenuBar

public javax.swing.JMenuBar createMenuBar()
Creates the menu bar of the application

Returns:
the created menu bar instance

createContentPane

public java.awt.Container createContentPane()
Creates the content pane holding the textarea for output of the results.

Returns:
the created container

main

public static void main(java.lang.String[] args)
The entry point of the program

Parameters:
args -

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Implements the action listener to handle all menu bar events

Specified by:
actionPerformed in interface java.awt.event.ActionListener