Class SimpleTest

java.lang.Object
SimpleTest

public class SimpleTest
extends java.lang.Object
Test Class containing simple tests that are not associated with any ONE class --JUnit tests for individual classes are in their CLASSNAMETest.java files
  • Constructor Summary

    Constructors 
    Constructor Description
    SimpleTest()  
  • Method Summary

    Modifier and Type Method Description
    void test1()
    test 1 --add some real code here ---not yet implemented
    void test2()
    test 2 - add some real code here --not yet implemented

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • test1

      public void test1()
      test 1 --add some real code here ---not yet implemented
    • test2

      public void test2()
      test 2 - add some real code here --not yet implemented