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 void
setUp()
void
testGetBoolean()
void
testGetBooleanDefaultValue()
void
testGetDouble()
void
testGetDoubleDefaultValue()
void
testGetInt()
void
testGetIntDefaultValue()
void
testGetLong()
void
testGetLongDefaultValue()
void
testGetString()
void
testGetStringDefaultValue()
-
-
-
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
-
-