org.apache.jcs.auxiliary.remote.http.client
Class RemoteHttpCacheManualTester

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheManualTester
All Implemented Interfaces:
junit.framework.Test

public class RemoteHttpCacheManualTester
extends junit.framework.TestCase

Manual tester for a JCS instance configured to use the http client.


Constructor Summary
RemoteHttpCacheManualTester()
           
 
Method Summary
 void setUp()
          Test setup
 void testSimpleLoad()
          A unit test for JUnit
 
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
 

Constructor Detail

RemoteHttpCacheManualTester

public RemoteHttpCacheManualTester()
Method Detail

setUp

public void setUp()
Test setup

Overrides:
setUp in class junit.framework.TestCase

testSimpleLoad

public void testSimpleLoad()
                    throws Exception
A unit test for JUnit

Throws:
Exception - Description of the Exception


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.