org.apache.wicket.protocol.http
Class UnitTestSettings

java.lang.Object
  extended by org.apache.wicket.protocol.http.UnitTestSettings

public class UnitTestSettings
extends java.lang.Object

Holds settings for rendering responses under unit testing.

Author:
Jonathan

Constructor Summary
UnitTestSettings()
           
 
Method Summary
static boolean getSortUrlParameters()
           
static void setSortUrlParameters(boolean sortUrlParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitTestSettings

public UnitTestSettings()
Method Detail

getSortUrlParameters

public static boolean getSortUrlParameters()
Returns:
True if URL parameters should be sorted

setSortUrlParameters

public static void setSortUrlParameters(boolean sortUrlParameters)
Parameters:
sortUrlParameters - True if URL parameters should be sorted


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