org.silverpeas.servlet
Class HttpRequestTest

java.lang.Object
  extended by org.silverpeas.servlet.HttpRequestTest

public class HttpRequestTest
extends Object


Constructor Summary
HttpRequestTest()
           
 
Method Summary
 void getParameterAsBooleanForEmptyValue()
           
 void getParameterAsBooleanForFalseValue()
           
 void getParameterAsBooleanForNotBooleanValue()
           
 void getParameterAsBooleanForNotDefinedValue()
           
 void getParameterAsBooleanForNullValue()
           
 void getParameterAsBooleanForOneValue()
           
 void getParameterAsBooleanForTrueValue()
           
 void getParameterAsBooleanForYesValue()
           
 void getParameterAsEnumWithCreatorAnnotationForEmptyValue()
           
 void getParameterAsEnumWithCreatorAnnotationForLowercaseValue()
           
 void getParameterAsEnumWithCreatorAnnotationForNotDefinedValue()
           
 void getParameterAsEnumWithCreatorAnnotationForNullValue()
           
 void getParameterAsEnumWithCreatorAnnotationForUnknownValue()
           
 void getParameterAsEnumWithCreatorAnnotationForUppercaseValue()
           
 void getParameterAsEnumWithoutCreatorAnnotationForEmptyValue()
           
 void getParameterAsEnumWithoutCreatorAnnotationForLowercaseValue()
           
 void getParameterAsEnumWithoutCreatorAnnotationForNotDefinedValue()
           
 void getParameterAsEnumWithoutCreatorAnnotationForNullValue()
           
 void getParameterAsEnumWithoutCreatorAnnotationForUnknownValue()
           
 void getParameterAsEnumWithoutCreatorAnnotationForUppercaseValue()
           
 void getParameterAsIntegerForDecimalValue()
           
 void getParameterAsIntegerForEmptyValue()
           
 void getParameterAsIntegerForMinusValue()
           
 void getParameterAsIntegerForNotDefinedValue()
           
 void getParameterAsIntegerForNotIntegerValue()
           
 void getParameterAsIntegerForNullValue()
           
 void getParameterAsIntegerForPositiveValue()
           
 void getParameterAsIntegerForZeroValue()
           
 void getParameterAsLongForDecimalValue()
           
 void getParameterAsLongForEmptyValue()
           
 void getParameterAsLongForMinusValue()
           
 void getParameterAsLongForNotDefinedValue()
           
 void getParameterAsLongForNotLongValue()
           
 void getParameterAsLongForNullValue()
           
 void getParameterAsLongForPositiveValue()
           
 void getParameterAsLongForZeroValue()
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequestTest

public HttpRequestTest()
Method Detail

setup

public void setup()

getParameterAsBooleanForNullValue

public void getParameterAsBooleanForNullValue()

getParameterAsBooleanForEmptyValue

public void getParameterAsBooleanForEmptyValue()

getParameterAsBooleanForNotDefinedValue

public void getParameterAsBooleanForNotDefinedValue()

getParameterAsBooleanForNotBooleanValue

public void getParameterAsBooleanForNotBooleanValue()

getParameterAsBooleanForFalseValue

public void getParameterAsBooleanForFalseValue()

getParameterAsBooleanForTrueValue

public void getParameterAsBooleanForTrueValue()

getParameterAsBooleanForYesValue

public void getParameterAsBooleanForYesValue()

getParameterAsBooleanForOneValue

public void getParameterAsBooleanForOneValue()

getParameterAsIntegerForNullValue

public void getParameterAsIntegerForNullValue()

getParameterAsIntegerForEmptyValue

public void getParameterAsIntegerForEmptyValue()

getParameterAsIntegerForNotDefinedValue

public void getParameterAsIntegerForNotDefinedValue()

getParameterAsIntegerForNotIntegerValue

public void getParameterAsIntegerForNotIntegerValue()

getParameterAsIntegerForDecimalValue

public void getParameterAsIntegerForDecimalValue()

getParameterAsIntegerForMinusValue

public void getParameterAsIntegerForMinusValue()

getParameterAsIntegerForZeroValue

public void getParameterAsIntegerForZeroValue()

getParameterAsIntegerForPositiveValue

public void getParameterAsIntegerForPositiveValue()

getParameterAsLongForNullValue

public void getParameterAsLongForNullValue()

getParameterAsLongForEmptyValue

public void getParameterAsLongForEmptyValue()

getParameterAsLongForNotDefinedValue

public void getParameterAsLongForNotDefinedValue()

getParameterAsLongForNotLongValue

public void getParameterAsLongForNotLongValue()

getParameterAsLongForDecimalValue

public void getParameterAsLongForDecimalValue()

getParameterAsLongForMinusValue

public void getParameterAsLongForMinusValue()

getParameterAsLongForZeroValue

public void getParameterAsLongForZeroValue()

getParameterAsLongForPositiveValue

public void getParameterAsLongForPositiveValue()

getParameterAsEnumWithoutCreatorAnnotationForNullValue

public void getParameterAsEnumWithoutCreatorAnnotationForNullValue()

getParameterAsEnumWithCreatorAnnotationForNullValue

public void getParameterAsEnumWithCreatorAnnotationForNullValue()

getParameterAsEnumWithoutCreatorAnnotationForEmptyValue

public void getParameterAsEnumWithoutCreatorAnnotationForEmptyValue()

getParameterAsEnumWithCreatorAnnotationForEmptyValue

public void getParameterAsEnumWithCreatorAnnotationForEmptyValue()

getParameterAsEnumWithoutCreatorAnnotationForNotDefinedValue

public void getParameterAsEnumWithoutCreatorAnnotationForNotDefinedValue()

getParameterAsEnumWithCreatorAnnotationForNotDefinedValue

public void getParameterAsEnumWithCreatorAnnotationForNotDefinedValue()

getParameterAsEnumWithoutCreatorAnnotationForUnknownValue

public void getParameterAsEnumWithoutCreatorAnnotationForUnknownValue()

getParameterAsEnumWithCreatorAnnotationForUnknownValue

public void getParameterAsEnumWithCreatorAnnotationForUnknownValue()

getParameterAsEnumWithoutCreatorAnnotationForLowercaseValue

public void getParameterAsEnumWithoutCreatorAnnotationForLowercaseValue()

getParameterAsEnumWithCreatorAnnotationForLowercaseValue

public void getParameterAsEnumWithCreatorAnnotationForLowercaseValue()

getParameterAsEnumWithoutCreatorAnnotationForUppercaseValue

public void getParameterAsEnumWithoutCreatorAnnotationForUppercaseValue()

getParameterAsEnumWithCreatorAnnotationForUppercaseValue

public void getParameterAsEnumWithCreatorAnnotationForUppercaseValue()


Copyright © 2016 Silverpeas. All Rights Reserved.