|
||||||||||
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.MessageTemplateAnalyserMaxIndexTest
public class MessageTemplateAnalyserMaxIndexTest
Tests MessageTemplateAnalyser.maxIndex(String)
.
Constructor Summary | |
---|---|
MessageTemplateAnalyserMaxIndexTest() |
Method Summary | |
---|---|
void |
testEmpty() Tests the method with the empty String value. |
void |
testExactlyOne() Tests the method with a string with a single place holder. |
void |
testExactlyTwo() Tests the method with a string with two place holder. |
void |
testManyInMessage() Tests the method with a string with many place holder and some other chars. |
void |
testMoreStructure() Tests the method with a place holder that contains more than just a digit. |
void |
testNone() Tests the method with a string with no place holder. |
void |
testNull() Tests the method with a null value. |
void |
testOneInMessage() Tests the method with a string with one place holder and some other chars. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageTemplateAnalyserMaxIndexTest()
Method Detail |
---|
public void testNull()
null
value.
public void testEmpty()
String
value.
public void testNone()
public void testExactlyOne()
public void testExactlyTwo()
public void testOneInMessage()
public void testManyInMessage()
public void testMoreStructure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |