| Package | Description |
|---|---|
| jp.vmi.selenium.selenese | |
| jp.vmi.selenium.selenese.command |
| Modifier and Type | Method and Description |
|---|---|
ICommandFactory |
NullContext.getCommandFactory() |
ICommandFactory |
Context.getCommandFactory()
Get CommandFactory instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.addCommand(ICommandFactory commandFactory,
String name,
String... args)
Add command to command list.
|
void |
TestSuite.addSeleneseFile(String filename,
ICommandFactory commandFactory)
Add Selenese file.
|
protected Selenese |
TestSuiteParser.parse(ICommandFactory commandFactory) |
Selenese |
TestCaseParser.parse(ICommandFactory commandFactory) |
protected abstract Selenese |
Parser.parse(ICommandFactory commandFactory) |
static Selenese |
Parser.parse(String filename,
ICommandFactory commandFactory)
Parse file.
|
static Selenese |
Parser.parse(String filename,
InputStream is,
ICommandFactory commandFactory)
Parse input stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandFactory
Factory of selenese command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandFactory.registerCommandFactory(ICommandFactory factory)
Register user defined comman factory.
|
Copyright © 2017. All rights reserved.