org.apache.commons.cactus.util
Class TestAssertUtils

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.apache.commons.cactus.util.TestAssertUtils
All Implemented Interfaces:
junit.framework.Test

public class TestAssertUtils
extends junit.framework.TestCase

Unit tests of the AssertUtils class.

Version:
1.0

Constructor Summary
TestAssertUtils(java.lang.String theName)
          Defines the testcase name for JUnit.
 
Method Summary
static void main(java.lang.String[] theArgs)
          Start the tests.
static junit.framework.Test suite()
           
 void testParseSetCookieHeader1()
           
 void testParseSetCookieHeader2()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, name, run, run, runBare, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestAssertUtils

public TestAssertUtils(java.lang.String theName)
Defines the testcase name for JUnit.
Parameters:
theName - the testcase's name.
Method Detail

main

public static void main(java.lang.String[] theArgs)
Start the tests.
Parameters:
theArgs - the arguments. Not used

suite

public static junit.framework.Test suite()
Returns:
a test suite (TestSuite) that includes all methods starting with "test"

testParseSetCookieHeader1

public void testParseSetCookieHeader1()

testParseSetCookieHeader2

public void testParseSetCookieHeader2()


Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.