testing.test
Class FooExamples

java.lang.Object
  extended by testing.Examples
      extended by testing.test.FooExamples

public class FooExamples
extends Examples

A Sample class that uses the Examples class. See Examples doc page for the code.


Constructor Summary
FooExamples()
           
 
Method Summary
static void main(java.lang.String[] args)
          Required method to hook into the Examples/testing
 
Methods inherited from class testing.Examples
checkExpect, checkExpect, checkExpect, checkExpect, checkExpect, checkExpect, checkExpect, checkExpect, checkExpect, runTests, runTests, test, test
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooExamples

public FooExamples()
Method Detail

main

public static void main(java.lang.String[] args)
Required method to hook into the Examples/testing