com.mccrory.scott.spumoni.test
Class StatsCollectorTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.mccrory.scott.spumoni.test.StatsCollectorTest
All Implemented Interfaces:
junit.framework.Test

public class StatsCollectorTest
extends junit.framework.TestCase

JUnit test case for the StatsCollector class.

Version:
CVS $Id: StatsCollectorTest.java,v 1.2 2002/08/04 22:04:53 smccrory Exp $
Author:
Scott McCrory.

Constructor Summary
StatsCollectorTest(java.lang.String name)
          StatsCollectorTest constructor
 
Method Summary
static void main(java.lang.String[] args)
          Runs the JUnit test from the command line.
 void testCollectStats()
          Tests the StatsCollector operations.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatsCollectorTest

public StatsCollectorTest(java.lang.String name)
StatsCollectorTest constructor

Parameters:
name - java.lang.String
Method Detail

main

public static void main(java.lang.String[] args)
Runs the JUnit test from the command line.

Parameters:
args - java.lang.String[]

testCollectStats

public void testCollectStats()
Tests the StatsCollector operations. Creation date: (1/12/2002 7:22:47 PM)



Copyright © 2002 Scott McCrory as part of the Spumoni project. All Rights Reserved.