org.apache.tapestry.util
Class TestQueryParameterMap

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.util.TestQueryParameterMap

public class TestQueryParameterMap
extends BaseComponentTestCase

Tests for QueryParameterMap.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestQueryParameterMap()
           
 
Method Summary
 void testExistingMap()
           
 void testGetParameterNames()
           
 void testGetSingleValue()
           
 void testGetValuesArray()
           
 void testUnknownKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestQueryParameterMap

public TestQueryParameterMap()
Method Detail

testUnknownKey

public void testUnknownKey()

testGetSingleValue

public void testGetSingleValue()

testGetValuesArray

public void testGetValuesArray()

testGetParameterNames

public void testGetParameterNames()

testExistingMap

public void testExistingMap()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.