diva.util.jester.demo
Class BarTest

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

public class BarTest
extends TestSuite

A unit test suite for Bar.

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

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

Constructor Detail

BarTest

public BarTest(TestHarness harness,
               BarTest.BarFactory factory)
Constructor

Method Detail

runSuite

public void runSuite()
runSuite()

Specified by:
runSuite in class TestSuite

runAll

public void runAll()
runAll()

Overrides:
runAll in class TestSuite

test1

public void test1()

main

public static void main(String[] argv)


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