net.sf.jzeno.echo.script.test
Class HttpStepTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.jzeno.echo.script.test.HttpStepTestCase
All Implemented Interfaces:
junit.framework.Test

public class HttpStepTestCase
extends junit.framework.TestCase


Constructor Summary
HttpStepTestCase()
           
 
Method Summary
 void setUp()
           
 void testCharArrayEquals()
           
 void testRecord3StepsAndPlay()
           
 void testStepRecordAndPlay()
           
 void testStepRecordWriteReadCompare()
           
 void testStepRecordWriteReadPlay()
           
 
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

HttpStepTestCase

public HttpStepTestCase()
Method Detail

setUp

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

testStepRecordAndPlay

public void testStepRecordAndPlay()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testStepRecordWriteReadCompare

public void testStepRecordWriteReadCompare()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testStepRecordWriteReadPlay

public void testStepRecordWriteReadPlay()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testRecord3StepsAndPlay

public void testRecord3StepsAndPlay()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testCharArrayEquals

public void testCharArrayEquals()
                         throws java.lang.Exception
Throws:
java.lang.Exception