Forge - Shell Addon Test Harness 2.0.0.Beta3
C D E G I O P R S 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, int, TimeUnit) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
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, UIContext, Result) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest.TestCommandListener
 
preCommandExecuted(UICommand, UIContext) - 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 a synchronous manner.

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 the given task is executed.
waitForBufferValue(Callable<?>, int, TimeUnit, String) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForBufferValue(Callable<?>, int, TimeUnit, String) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
Wait for the console Buffer to be updated 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
Execute the given Callable task, waiting for STDERR and returning the resultant output.
waitForStdErrValue(Callable<Void>, int, TimeUnit, String) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdErrValue(Callable<Void>, int, TimeUnit, String) - Method in interface org.jboss.forge.addon.shell.test.ShellTest
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
Execute the given Callable task, waiting for STDOUT and returning the resultant output.
waitForStdOutValue(Callable<Void>, int, TimeUnit, String) - Method in class org.jboss.forge.addon.shell.test.impl.DefaultShellTest
 
waitForStdOutValue(Callable<Void>, int, TimeUnit, String) - 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.
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 W 
Forge - Shell Addon Test Harness 2.0.0.Beta3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.