|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
nesstar.test.NesstarTestCase
nesstar.test.functional.ReliabilityTest
public class ReliabilityTest
Reliability testing.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ReliabilityTest(String testName)
Constructor for the ReliabilityTest object |
|
| Method Summary | |
|---|---|
void |
doSetup()
Used to call setup |
void |
doTestMutex()
|
static void |
main(String[] args)
The main program for the ReliabilityTest class |
static junit.framework.Test |
suite()
Return the suite of all tests of this class |
void |
testLoad()
Perform a mixture of operations trying to cause server locks. |
void |
testLocking()
Check that there are no locked operations on the server. |
void |
testLockingAndConcurrency()
|
void |
testLongLine()
|
void |
testNoLockOnChallenge()
Test that unanswered challenges do not cause the server to lock up |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, getName, run, run, runBare, setName, 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReliabilityTest(String testName)
throws Exception
testName -
Exception| Method Detail |
|---|
public void doSetup()
throws Exception
Exception
public static void main(String[] args)
throws Exception
args - The command line arguments
Exception
public static junit.framework.Test suite()
throws Exception
Exception
public void testLoad()
throws Exception
Exception
public void testLocking()
throws Exception
Exception
public void testLockingAndConcurrency()
throws Exception
Exception
public void testLongLine()
throws Exception
Exception
public void testNoLockOnChallenge()
throws Exception
Exceptionpublic void doTestMutex()
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||