public class AppSession extends Object
Modifier and Type | Field and Description |
---|---|
KarateBackend |
backend |
File |
featureFile |
FeaturePanel |
featurePanel |
HeaderPanel |
headerPanel |
LogPanel |
logPanel |
VarsPanel |
varsPanel |
Constructor and Description |
---|
AppSession(File featureFile,
String envString) |
AppSession(File featureFile,
String envString,
boolean test) |
Modifier and Type | Method and Description |
---|---|
ScriptEnv |
getEnv() |
FeatureWrapper |
getFeature() |
javafx.collections.ObservableList<Var> |
getVars() |
void |
logVar(Var var) |
FeatureSection |
refresh(FeatureSection section) |
ScenarioOutlineWrapper |
refresh(ScenarioOutlineWrapper outline) |
ScenarioWrapper |
refresh(ScenarioWrapper scenario) |
StepWrapper |
refresh(StepWrapper step) |
void |
refreshVarsTable() |
void |
replace(StepWrapper step,
String text) |
void |
resetAll(String env) |
void |
resetBackendAndVarsTable(String env) |
void |
runAll() |
public final File featureFile
public final KarateBackend backend
public final HeaderPanel headerPanel
public final FeaturePanel featurePanel
public final VarsPanel varsPanel
public final LogPanel logPanel
public FeatureWrapper getFeature()
public ScriptEnv getEnv()
public void resetBackendAndVarsTable(String env)
public void resetAll(String env)
public void runAll()
public void logVar(Var var)
public void refreshVarsTable()
public FeatureSection refresh(FeatureSection section)
public ScenarioOutlineWrapper refresh(ScenarioOutlineWrapper outline)
public ScenarioWrapper refresh(ScenarioWrapper scenario)
public StepWrapper refresh(StepWrapper step)
public void replace(StepWrapper step, String text)
public javafx.collections.ObservableList<Var> getVars()
Copyright © 2017. All rights reserved.