|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.performance.pool.PoolSoakTest
public class PoolSoakTest
| Field Summary | |
|---|---|
protected org.apache.commons.performance.pool.PoolSoak |
poolSoak
|
| Constructor Summary | |
|---|---|
PoolSoakTest(String name)
|
|
| Method Summary | |
|---|---|
protected InputStream |
getInputStream(String name)
Return an appropriate InputStream for the specified test file (which must be inside our current package). |
void |
setUp()
|
static junit.framework.Test |
suite()
|
void |
testAbandonedObjectPoolConfig()
|
void |
testGenericObjectPoolConfig()
|
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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 |
| Field Detail |
|---|
protected org.apache.commons.performance.pool.PoolSoak poolSoak
| Constructor Detail |
|---|
public PoolSoakTest(String name)
| Method Detail |
|---|
public static junit.framework.Test suite()
public void setUp()
throws Exception
setUp in class junit.framework.TestCaseException
public void testGenericObjectPoolConfig()
throws Exception
Exception
public void testAbandonedObjectPoolConfig()
throws Exception
Exception
protected InputStream getInputStream(String name)
throws IOException
name - Name of the test file we want
IOException - if an input/output error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||