Class Tester


  • public class Tester
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) class  Tester.TestAction  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tester()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String testEcho​(java.lang.String echo)  
      boolean testReadSystemProperty​(java.lang.String property)  
      • Methods inherited from class java.lang.Object

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

      • Tester

        public Tester()
    • Method Detail

      • testEcho

        public java.lang.String testEcho​(java.lang.String echo)
      • testReadSystemProperty

        public boolean testReadSystemProperty​(java.lang.String property)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception