Package ninja.i18n
Class MessagesImplTest
- java.lang.Object
-
- ninja.i18n.MessagesImplTest
-
public class MessagesImplTest extends Object
-
-
Constructor Summary
Constructors Constructor Description MessagesImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCorrectParsingOfDelimitersInPropertiesFiles()voidtestGetAllWithContextAndResult()voidtestGetAllWithLanguage()voidtestGetWithContextAndResult()voidtestGetWithContextAndResultAndParameters()voidtestGetWithDefaultAndContextAndResult()voidtestGetWithDefaultAndLanguage()voidtestGetWithLanguage()voidtestGetWithLanguageAndParameters()voidtestGetWithSpecialI18nPlaceholder()
-
-
-
Method Detail
-
testGetWithLanguage
public void testGetWithLanguage()
-
testGetWithContextAndResult
public void testGetWithContextAndResult()
-
testGetWithLanguageAndParameters
public void testGetWithLanguageAndParameters()
-
testGetWithContextAndResultAndParameters
public void testGetWithContextAndResultAndParameters()
-
testGetWithDefaultAndLanguage
public void testGetWithDefaultAndLanguage()
-
testGetWithDefaultAndContextAndResult
public void testGetWithDefaultAndContextAndResult()
-
testGetWithSpecialI18nPlaceholder
public void testGetWithSpecialI18nPlaceholder()
-
testGetAllWithLanguage
public void testGetAllWithLanguage()
-
testGetAllWithContextAndResult
public void testGetAllWithContextAndResult()
-
testCorrectParsingOfDelimitersInPropertiesFiles
public void testCorrectParsingOfDelimitersInPropertiesFiles()
-
-