Class ValueProviderParameterUtilsTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.ValueProviderParameterUtilsTest
-
@UnitTest public class ValueProviderParameterUtilsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ValueProviderParameterUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetBoolean()voidtestGetBooleanDefaultValue()voidtestGetDouble()voidtestGetDoubleDefaultValue()voidtestGetInt()voidtestGetIntDefaultValue()voidtestGetLong()voidtestGetLongDefaultValue()voidtestGetString()voidtestGetStringDefaultValue()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetInt
public void testGetInt() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetIntDefaultValue
public void testGetIntDefaultValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetLong
public void testGetLong() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetLongDefaultValue
public void testGetLongDefaultValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDouble
public void testGetDouble() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDoubleDefaultValue
public void testGetDoubleDefaultValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetBoolean
public void testGetBoolean() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetBooleanDefaultValue
public void testGetBooleanDefaultValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetString
public void testGetString() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetStringDefaultValue
public void testGetStringDefaultValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
-