|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object test.de.smartics.exceptions.i18n.message.MessageParamParserTest
public class MessageParamParserTest
Tests method MessageParamParser.parse(String)
.
Constructor Summary | |
---|---|
MessageParamParserTest() |
Method Summary | |
---|---|
void |
negativeColonNoOgnl() Checks the method with a string with a digit and an OGNL path. |
void |
negativeColonNoOgnlButSpace() Checks the method with a string with a digit and an OGNL path. |
void |
negativeNoIndexButOgnl() Checks the method with a string where the index number is missing. |
void |
negativeNoIndexSpace() Checks the method with a string where the index number is missing. |
void |
negativeNoNumber() Checks the method with a string where the index number is missing. |
void |
testDigit() Checks the method with a string with a digit. |
void |
testDigitAndOgnl() Checks the method with a string with a digit and an OGNL path. |
void |
testEmpty() Checks the method with the empty string. |
void |
testNull() Checks the method with a null value. |
void |
testNumber() Checks the method with a string with a number. |
void |
testNumberAndOgnl() Checks the method with a string with a number and an OGNL path. |
void |
testNumbers() Checks the method with a string with three numbers. |
void |
testNumbersAndOgnl() Checks the method with a string with three numbers and an OGNL path. |
void |
testSpace() Checks the method with a string with a space. |
void |
testSpacesDigitAndOgnl() Checks the method with a string with a digit and an OGNL path. |
void |
testSpacesNumbersAndOgnl() Checks the method with a string with three numbers and an OGNL path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageParamParserTest()
Method Detail |
---|
public void testNull()
null
value.
public void testEmpty()
public void testSpace()
public void testDigit()
public void testNumber()
public void testNumbers()
public void testDigitAndOgnl()
public void testNumberAndOgnl()
public void testNumbersAndOgnl()
public void testSpacesDigitAndOgnl()
public void testSpacesNumbersAndOgnl()
public void negativeNoNumber()
public void negativeNoIndexButOgnl()
public void negativeNoIndexSpace()
public void negativeColonNoOgnlButSpace()
public void negativeColonNoOgnl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |