org.apache.velocity.tools.test.blackbox
Class CookieToolTests

java.lang.Object
  extended by org.apache.velocity.tools.test.blackbox.CookieToolTests

public class CookieToolTests
extends Object

CookieTool tests.

Version:
$Id$
Author:
Nathan Bubna

Constructor Summary
CookieToolTests()
           
 
Method Summary
 void testAdd_StringString()
           
 void testAdd_StringStringObject()
           
 void testCreate_StringString()
           
 void testCreate_StringStringObject()
           
 void testDelete_String()
           
 void testGet_String()
           
 void testGetAll()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieToolTests

public CookieToolTests()
Method Detail

testCreate_StringString

public void testCreate_StringString()

testCreate_StringStringObject

public void testCreate_StringStringObject()

testGet_String

public void testGet_String()

testGetAll

public void testGetAll()

testToString

public void testToString()

testAdd_StringString

public void testAdd_StringString()

testAdd_StringStringObject

public void testAdd_StringStringObject()

testDelete_String

public void testDelete_String()


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.