All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class programming101.calculator.Test

java.lang.Object
    |
    +----programming101.calculator.Test

public class Test
extends Object
Provides main method for calculator application testing.

Since:
13/03/98
Version:
1.0 (13/03/98)
Author:
© 1998 Peter T. Sander

Constructor Index

 o Test()

Method Index

 o main(String[])
Main method.

Constructors

 o Test
public Test()

Methods

 o main
public static void main(String[] args)
Main method.

Parameters:
args - any arguments (none handled)

All Packages  Class Hierarchy  This Package  Previous  Next  Index