test.de.smartics.exceptions.i18n.message
Class MessageParamParserTest

Package class diagram package MessageParamParserTest
java.lang.Object
  extended by test.de.smartics.exceptions.i18n.message.MessageParamParserTest

public class MessageParamParserTest
     
     
extends Object

Tests method MessageParamParser.parse(String).

Author:
Robert Reiner

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

MessageParamParserTest

public MessageParamParserTest()
Method Detail

testNull

public void testNull()
Checks the method with a null value.


testEmpty

public void testEmpty()
Checks the method with the empty string.


testSpace

public void testSpace()
Checks the method with a string with a space.


testDigit

public void testDigit()
Checks the method with a string with a digit.


testNumber

public void testNumber()
Checks the method with a string with a number.


testNumbers

public void testNumbers()
Checks the method with a string with three numbers.


testDigitAndOgnl

public void testDigitAndOgnl()
Checks the method with a string with a digit and an OGNL path.


testNumberAndOgnl

public void testNumberAndOgnl()
Checks the method with a string with a number and an OGNL path.


testNumbersAndOgnl

public void testNumbersAndOgnl()
Checks the method with a string with three numbers and an OGNL path.


testSpacesDigitAndOgnl

public void testSpacesDigitAndOgnl()
Checks the method with a string with a digit and an OGNL path.


testSpacesNumbersAndOgnl

public void testSpacesNumbersAndOgnl()
Checks the method with a string with three numbers and an OGNL path.


negativeNoNumber

public void negativeNoNumber()
Checks the method with a string where the index number is missing.


negativeNoIndexButOgnl

public void negativeNoIndexButOgnl()
Checks the method with a string where the index number is missing.


negativeNoIndexSpace

public void negativeNoIndexSpace()
Checks the method with a string where the index number is missing.


negativeColonNoOgnlButSpace

public void negativeColonNoOgnlButSpace()
Checks the method with a string with a digit and an OGNL path.


negativeColonNoOgnl

public void negativeColonNoOgnl()
Checks the method with a string with a digit and an OGNL path.



Copyright © 2007-$2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.