| Modifier and Type | Method and Description |
|---|---|
protected TestableGfsh |
CliCommandTestBase.createDefaultSetup(Properties props)
Create all of the components necessary for the default setup.
|
protected TestableGfsh |
CliCommandTestBase.createShell()
Create a TestableGfsh object.
|
protected TestableGfsh |
CliCommandTestBase.getDefaultShell()
Get the default shell (will create one if it doesn't already exist).
|
| Modifier and Type | Method and Description |
|---|---|
protected com.gemstone.gemfire.management.internal.cli.result.CommandResult |
CliCommandTestBase.executeCommand(TestableGfsh shell,
String command)
Execute a command in the provided shell and clear the shell events before returning.
|
protected com.gemstone.gemfire.management.internal.cli.result.CommandResult |
CliCommandTestBase.executeCommandWithoutClear(TestableGfsh shell,
String command)
Execute a command in the provided shell.
|
protected void |
CliCommandTestBase.shellConnect(String host,
int jmxPort,
int httpPort,
TestableGfsh shell)
Connect a shell to the JMX server at the given host and port
|
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
TestableGfsh.autoComplete(TestableGfsh shell,
String command) |
static Object[] |
TestableGfsh.execAndLogCommand(TestableGfsh shell,
String command,
PrintWriter commandOutputFile,
boolean useFineLevelForLogging) |
static Object[] |
TestableGfsh.execCommand(TestableGfsh shell,
String command,
PrintWriter commandOutputFile) |
static String[] |
TestableGfsh.getCommandOutputStrings(TestableGfsh shell) |
| Constructor and Description |
|---|
CommandOutputValidator(TestableGfsh shell,
Object[] output) |
CommandOutputValidator(TestableGfsh shell,
Object[] output,
int errorStrings) |
JLineCompletorAdapterWrapper(org.springframework.shell.core.Parser parser,
TestableGfsh shell) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TestCommandExecutor.verifyCommand(TestableGfsh gfsh,
Object object)
Mandate to implement validation using other commands
|
Object |
TestCommandExecutor.verifyGemfire(TestableGfsh gfsh,
Object object) |
Object |
TestCommandExecutor.verifyJMX(TestableGfsh gfsh,
Object object)
Mandate to implement validation using JMX APIs
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExecFunctionExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
ExportDataExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
DiskStoreExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
HelpExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
NetstatExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
AbstractTestCommandExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
ShowLogExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
GcExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
ExportLogsExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
ExportDataExecutor.verifyGemfire(TestableGfsh gfsh,
Object object) |
Object |
DiskStoreExecutor.verifyGemfire(TestableGfsh gfsh,
Object object) |
Object |
HelpExecutor.verifyGemfire(TestableGfsh gfsh,
Object object) |
Object |
AbstractTestCommandExecutor.verifyGemfire(TestableGfsh gfsh,
Object object) |
Object |
ExportDataExecutor.verifyJMX(TestableGfsh gfsh,
Object object) |
Object |
DiskStoreExecutor.verifyJMX(TestableGfsh gfsh,
Object object) |
Object |
HelpExecutor.verifyJMX(TestableGfsh gfsh,
Object object) |
Object |
DestroyRegionExecutor.verifyJMX(TestableGfsh gfsh,
Object object) |
Object |
AbstractTestCommandExecutor.verifyJMX(TestableGfsh gfsh,
Object object) |
Object |
CreateRegionExecutor.verifyJMX(TestableGfsh gfsh,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PauseGWSenderExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
StopGWSenderExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
ResumeGWSenderExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
Object |
StartGWSenderExecutor.verifyCommand(TestableGfsh gfsh,
Object object) |
| Modifier and Type | Field and Description |
|---|---|
TestableGfsh |
CommandTest.shell |
| Modifier and Type | Method and Description |
|---|---|
static TestableGfsh |
CLITest.getTestableShell() |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.