Class CaseFormatTest
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.resolvers.CaseFormatTest
-
public class CaseFormatTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CaseFormatTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestLowerCase()voidtestNull()voidtestParse()voidtestParseNull()voidtestSwapCase()voidtestUpperCase()
-
-
-
Method Detail
-
testLowerCase
public void testLowerCase()
-
testUpperCase
public void testUpperCase()
-
testSwapCase
public void testSwapCase()
-
testNull
public void testNull()
-
testParse
public void testParse() throws java.text.ParseException- Throws:
java.text.ParseException
-
testParseNull
public void testParseNull() throws java.text.ParseException- Throws:
java.text.ParseException
-
-