org.apache.xmlrpc.test
Class ScalabilityTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.xmlrpc.test.ScalabilityTest
All Implemented Interfaces:
junit.framework.Test

public class ScalabilityTest
extends junit.framework.TestCase

Tests the frameworks scalability.


Nested Class Summary
static class ScalabilityTest.Adder
          Primitive handler class
 
Constructor Summary
ScalabilityTest()
           
 
Method Summary
 void testSingleClient()
          Runs the test with a single client.
 void testSingleWebServerClient()
          Runs the web server test with a single client.
 void testTenClient()
          Runs the test with ten clients.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 

Constructor Detail

ScalabilityTest

public ScalabilityTest()
Method Detail

testSingleClient

public void testSingleClient()
                      throws java.lang.Exception
Runs the test with a single client.

Throws:
java.lang.Exception

testSingleWebServerClient

public void testSingleWebServerClient()
                               throws java.lang.Exception
Runs the web server test with a single client.

Throws:
java.lang.Exception

testTenClient

public void testTenClient()
                   throws java.lang.Exception
Runs the test with ten clients.

Throws:
java.lang.Exception


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.