Package org.jastacry.test
Class TestLocale
- java.lang.Object
-
- org.jastacry.test.TestLocale
-
public class TestLocale extends java.lang.Object
Test of locale functions.- Author:
- Kai Kretschmann
-
-
Constructor Summary
Constructors Constructor Description TestLocale()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
restoreStreams()
void
setUpStreams()
void
testMainHelpDE()
Test method help for Main function in german.void
testMainHelpEN()
Test method help for Main function in english.
-
-
-
Method Detail
-
setUpStreams
@BeforeEach public void setUpStreams()
-
restoreStreams
@AfterEach public void restoreStreams()
-
testMainHelpEN
@Test public void testMainHelpEN()
Test method help for Main function in english.
-
testMainHelpDE
@Test public void testMainHelpDE()
Test method help for Main function in german.
-
-