foundry-0.9.1

foundry.threads
Class TestCaseThreadPool

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--foundry.threads.TestCaseThreadPool
All Implemented Interfaces:
junit.framework.Test

public class TestCaseThreadPool
extends junit.framework.TestCase


Fields inherited from class junit.framework.TestCase
fName
 
Constructor Summary
TestCaseThreadPool(String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testSimpleConstruction()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail, failNotEquals, failNotSame
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

TestCaseThreadPool

public TestCaseThreadPool(String name)
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase

testSimpleConstruction

public void testSimpleConstruction()

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class junit.framework.TestCase

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson