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 void
testCorrectParsingOfDelimitersInPropertiesFiles()
void
testGetAllWithContextAndResult()
void
testGetAllWithLanguage()
void
testGetWithContextAndResult()
void
testGetWithContextAndResultAndParameters()
void
testGetWithDefaultAndContextAndResult()
void
testGetWithDefaultAndLanguage()
void
testGetWithLanguage()
void
testGetWithLanguageAndParameters()
void
testGetWithSpecialI18nPlaceholder()
-
-
-
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()
-
-