Class 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.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestGlobalFunctions

        public TestGlobalFunctions()
    • Method Detail

      • testLogDebugTrue

        @Test
        public void testLogDebugTrue()
        Test method help for Main function.
      • testLogDebugFalse

        @Test
        public void testLogDebugFalse()
        Test method help for Main function.