diva.util.jester.demo
Class FooTest

java.lang.Object
  extended by diva.util.jester.TestSuite
      extended by diva.util.jester.demo.FooTest

public class FooTest
extends TestSuite

A unit test suite for Foo.

Version:
$Revision: 1.3 $
Author:
John Reekie (johnr@eecs.berkeley.edu)

Nested Class Summary
static class FooTest.FooFactory
           
 
Constructor Summary
FooTest(TestHarness harness, FooTest.FooFactory factory)
          Constructor
 
Method Summary
static void main(String[] argv)
           
 void runSuite()
          runSuite()
 void test1()
          Comment this
 void test2()
          Comment this
 void test3()
          Comment this
 void test4()
          Comment this
 
Methods inherited from class diva.util.jester.TestSuite
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooTest

public FooTest(TestHarness harness,
               FooTest.FooFactory factory)
Constructor

Method Detail

runSuite

public void runSuite()
runSuite()

Specified by:
runSuite in class TestSuite

test1

public void test1()
Comment this


test2

public void test2()
Comment this


test3

public void test3()
Comment this


test4

public void test4()
Comment this


main

public static void main(String[] argv)


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.