Forge - Shell Addon Test Harness 2.1.0.Final
C D E G I O P R S T W 

C

clearScreen() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
clearScreen() - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Clear the screen and reset the buffer.

D

DefaultShellTest - Class in org.jboss.forge.addon.shell.test.impl
 
DefaultShellTest() - Constructor for class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
DefaultShellTest.TestCommandListener - Class in org.jboss.forge.addon.shell.test.impl
 
DefaultShellTest.TestCommandListener() - Constructor for class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 

E

execute(String) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
execute(String, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
execute(String) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Execute the given line without waiting for it to run to completion.
execute(String, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Execute the given line and return the Result.

G

getBuffer() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
getBuffer() - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Get the Console buffer object.
getResult() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 
getShell() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
getShell() - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Get the underlying test Shell object.
getStdErr() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
getStdErr() - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Get the current contents of STDERR since the last time it was cleared.
getStdIn() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
getStdIn() - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Get the STDIN OutputStream for writing.
getStdOut() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
getStdOut() - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Get the current contents of STDOUT since the last time it was cleared.

I

init() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
isExecuted() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 

O

org.jboss.forge.addon.shell.test - package org.jboss.forge.addon.shell.test
 
org.jboss.forge.addon.shell.test.impl - package org.jboss.forge.addon.shell.test.impl
 

P

postCommandExecuted(UICommand, UIExecutionContext, Result) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 
postCommandFailure(UICommand, UIExecutionContext, Throwable) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 
postWizardExecuted(UIWizard, UIExecutionContext, Result) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 
postWizardFailure(UIWizard, UIExecutionContext, Throwable) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 
preWizardExecuted(UIWizard, UIExecutionContext) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 

R

reset() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 

S

sendCompletionSignal() - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
sendCompletionSignal() - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Initiate completion by sending the appropriate signal or character sequence to the Shell.
ShellTest - Interface in org.jboss.forge.addon.shell.test
Utility for interacting with the Forge Shell in an asynchronous manner, providing methods to perform blocking writes, reads, and other test functions.

T

teardown(PreShutdown) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 

W

waitForBufferChanged(Callable<?>, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForBufferChanged(Callable<?>, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Wait for the console Buffer to be updated after the given task is executed.
waitForBufferValue(Callable<?>, String, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForBufferValue(Callable<?>, String, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Wait for the console Buffer to be updated after the given task is executed, and assert that it matches the given String.
waitForCompletion(String, String, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForCompletion(int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForCompletion(String, String, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Clear STDOUT, then write the given string to the buffer and assert that the full buffer is equal to the expected content.
waitForCompletion(int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Clear STDOUT, then send the completion signal.
waitForStdErrChanged(String, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdErrChanged(Callable<?>, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdErrChanged(String, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Clear and wait for the next write to STDOUT.
waitForStdErrChanged(Callable<?>, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Clear STDERR, execute the given Callable task, waiting for STDERR and returning the resultant output.
waitForStdErrValue(String, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdErrValue(Callable<Void>, String, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdErrValue(String, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Wait for STDERR to write the expected value.
waitForStdErrValue(Callable<Void>, String, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Clear STDERR, execute the given Callable task, waiting for STDERR to be updated, and assert that it matches the given value.
waitForStdOutChanged(String, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdOutChanged(Callable<?>, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdOutChanged(String, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Clear and wait for the next write to STDOUT.
waitForStdOutChanged(Callable<?>, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
lear and wait for the next write to STDOUT.
waitForStdOutValue(String, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdOutValue(Callable<Void>, String, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdOutValue(Callable<Void>, String, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Execute the given Callable task, waiting for STDOUT to be updated, and assert that it matches the given value.
waitForStdOutValue(String, int, TimeUnit) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Wait for STDOUT to write the expected value.
write(String) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
write(String) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Write to STDIN.
C D E G I O P R S T W 
Forge - Shell Addon Test Harness 2.1.0.Final

Copyright © 2014 JBoss by Red Hat. All rights reserved.