public class SubtestPlugin
extends et.seleniet.api.SubTestcasePlugin
implements et.seleniet.api.NoStepScreenshot
This plugin calls another test case as sub test (AKA not starting it as new test case but counting all test steps to the current calling test case). Arguments supplied will be set as test case params for the called sub test.
| Constructor and Description |
|---|
SubtestPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams) |
public void execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams)
throws et.seleniet.api.SystemAbortException,
et.seleniet.api.AbortException
execute in class et.seleniet.api.KeywordPluginet.seleniet.api.SystemAbortExceptionet.seleniet.api.AbortExceptionCopyright © 2016 Thomas Eitzenberger. All rights reserved.