Package org.jastacry.test
Class TestGlobalFunctions
- java.lang.Object
-
- org.jastacry.test.TestGlobalFunctions
-
public class TestGlobalFunctions extends java.lang.Object
Test of Main function.- Author:
- Kai Kretschmann
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MSG
Test input String.
-
Constructor Summary
Constructors Constructor Description TestGlobalFunctions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testLogDebugFalse()
Test method help for Main function.void
testLogDebugTrue()
Test method help for Main function.
-
-
-
Field Detail
-
MSG
public static final java.lang.String MSG
Test input String.- See Also:
- Constant Field Values
-
-