Class CommonCliPage


  • public class CommonCliPage
    extends java.lang.Object
    • Field Detail

      • properties

        public java.util.Properties properties
    • Constructor Detail

      • CommonCliPage

        public CommonCliPage()
    • Method Detail

      • dontSeeInShellOutput

        public void dontSeeInShellOutput()
      • grabShellOutput

        public void grabShellOutput()
      • runShellCommand

        public void runShellCommand​(java.lang.String command)
      • seeInShellOutput

        public void seeInShellOutput​(java.lang.String expectedString)
      • seeResultCodeIs

        public void seeResultCodeIs​(java.lang.Integer exitCode)
      • seeResultCodeIsNot

        public void seeResultCodeIsNot()
      • seeShellOutputMatches

        public void seeShellOutputMatches()
      • makeShellFileExecutable

        public void makeShellFileExecutable​(java.lang.String filename)
      • ShellFileExec

        public void ShellFileExec​(java.lang.String fullPathOfFileCommand,
                                  java.lang.String environment_variables)