Package co.nz.getskills.auto.pageobjects
Class CommonCliPage
- java.lang.Object
-
- co.nz.getskills.auto.pageobjects.CommonCliPage
-
public class CommonCliPage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Propertiesproperties
-
Constructor Summary
Constructors Constructor Description CommonCliPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddontSeeInShellOutput()voidgrabShellOutput()voidmakeShellFileExecutable(java.lang.String filename)voidrunShellCommand(java.lang.String command)voidseeInShellOutput(java.lang.String expectedString)voidseeResultCodeIs(java.lang.Integer exitCode)voidseeResultCodeIsNot()voidseeShellOutputMatches()voidShellFileExec(java.lang.String fullPathOfFileCommand, java.lang.String environment_variables)
-
-
-
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)
-
-