| Package | Description |
|---|---|
| jp.vmi.html.result | |
| jp.vmi.selenium.selenese | |
| jp.vmi.selenium.selenese.command | |
| jp.vmi.selenium.selenese.result |
| Modifier and Type | Method and Description |
|---|---|
String |
ResultRenderer.render(Result result,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Result |
Runner.execute(Selenese selenese)
Execute test-suite / test-case.
|
Result |
TestSuite.execute(Selenese parent,
Context context) |
Result |
TestCase.execute(Selenese parent,
Context context) |
Result |
Selenese.execute(Selenese parent,
Context context)
Execute script.
|
Result |
ErrorTestSuite.execute(Selenese parent,
Context context) |
Result |
ErrorTestCase.execute(Selenese parent,
Context context) |
Result |
ErrorSource.execute(Selenese parent,
Context context) |
Result |
TestSuite.getResult()
Get test-suite result.
|
Result |
TestCase.getResult()
Get test-case result.
|
Result |
ErrorSource.getResult()
Get result.
|
Result |
Runner.run(String... filenames)
Run Selenese script files.
|
Result |
Runner.run(String filename,
InputStream is)
Run Selenese script from input stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected Result |
CommandList.doCommand(Context context,
ICommand command,
String... curArgs) |
Result |
Command.doCommand(TestCase testCase,
Runner runner)
Deprecated.
Execute selenese command.
|
protected Result |
Command.doCommandImpl(TestCase testCase,
Runner runner)
Deprecated.
Implementation of command.
|
Result |
CommandList.execute(Context context)
Execute command list.
|
Result |
ICommand.execute(Context context,
String... curArgs)
Execute the command.
|
Result |
Command.execute(Context context,
String... curArgs)
Deprecated.
|
Result |
AbstractCommand.execute(Context context,
String... curArgs) |
protected Result |
WindowMaximize.executeImpl(Context context,
String... curArgs) |
protected Result |
While.executeImpl(Context context,
String... curArgs) |
protected Result |
StoreFor.executeImpl(Context context,
String... curArgs) |
protected Result |
Store.executeImpl(Context context,
String... curArgs) |
protected Result |
SetTimeout.executeImpl(Context context,
String... curArgs) |
protected Result |
SetSpeed.executeImpl(Context context,
String... curArgs) |
protected Result |
SelectFrame.executeImpl(Context context,
String... curArgs) |
protected Result |
RunScript.executeImpl(Context context,
String... curArgs) |
protected Result |
Rollup.executeImpl(Context context,
String... curArgs) |
protected Result |
Pause.executeImpl(Context context,
String... curArgs) |
protected Result |
OpenWindow.executeImpl(Context context,
String... curArgs) |
protected Result |
Open.executeImpl(Context context,
String... curArgs) |
protected Result |
Label.executeImpl(Context context,
String... curArgs) |
protected Result |
Highlight.executeImpl(Context context,
String... curArgs) |
protected Result |
Gotolabel.executeImpl(Context context,
String... curArgs) |
Result |
GotoIf.executeImpl(Context context,
String... curArgs) |
protected Result |
EndLoopImpl.executeImpl(Context context,
String... curArgs) |
protected Result |
Echo.executeImpl(Context context,
String... curArgs) |
protected Result |
Comment.executeImpl(Context context,
String... curArgs) |
protected Result |
CaptureEntirePageScreenshot.executeImpl(Context context,
String... curArgs) |
protected Result |
BuiltInCommand.executeImpl(Context context,
String... curArgs) |
protected Result |
Assertion.executeImpl(Context context,
String... curArgs) |
protected Result |
AddToCollection.executeImpl(Context context,
String... curArgs) |
protected Result |
AddCollection.executeImpl(Context context,
String... curArgs) |
protected abstract Result |
AbstractCommand.executeImpl(Context context,
String... curArgs) |
Result |
ICommand.getResult()
Get the command result.
|
Result |
Command.getResult()
Deprecated.
Get result of this command.
|
Result |
AbstractCommand.getResult() |
protected Result |
Command.setResult(Result result)
Deprecated.
Set result of this command.
|
| Modifier and Type | Method and Description |
|---|---|
protected Result |
Command.setResult(Result result)
Deprecated.
Set result of this command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Error
Result of error.
|
class |
Failure
Result of failure.
|
class |
Success
Result of success.
|
class |
Unexecuted
Result of Unexecuted.
|
class |
Warning
Result of warning.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
Result.update(Result newResult)
Update total result.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
Result.update(Result newResult)
Update total result.
|
Copyright © 2014. All rights reserved.