Package org.jastacry.test
Class TestLocale
- java.lang.Object
-
- org.jastacry.test.TestLocale
-
public class TestLocale extends java.lang.ObjectTest 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 voidrestoreStreams()voidsetUpStreams()voidtestMainHelpDE()Test method help for Main function in german.voidtestMainHelpEN()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.
-
-