|
||||||||||
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.MessageParentParamParserTest
public class MessageParentParamParserTest
Tests method MessageParamParser.parseParentMessageParam(String)
.
Constructor Summary | |
---|---|
MessageParentParamParserTest() |
Method Summary | |
---|---|
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 |
testEmpty() Checks the method with the empty string. |
void |
testNull() Checks the method with a null value. |
void |
testOneAttribute() Checks the method with a string with a one attribute. |
void |
testOneAttributeMany() Checks the method with a string: one attribute but many place holder indices. |
void |
testSpace() Checks the method with a string with a space. |
void |
testTwoAttributesMany() Checks the method with a string: two attributes and place holder indices. |
void |
testTwoAttributesManySpaces() Checks the method with a string: two attributes and place holder indices with spaces. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageParentParamParserTest()
Method Detail |
---|
public void testNull()
null
value.
public void testEmpty()
public void testSpace()
public void testOneAttribute()
public void testOneAttributeMany()
public void testTwoAttributesMany()
public void testTwoAttributesManySpaces()
public void negativeNoNumber()
public void negativeNoIndexButOgnl()
public void negativeNoIndexSpace()
public void negativeColonNoOgnlButSpace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |