public interface TestWrapper
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Field and Description |
---|---|
static int |
WRAPPER_TYPE_BLOCK |
static int |
WRAPPER_TYPE_INCLUDE |
static int |
WRAPPER_TYPE_JAVA |
static int |
WRAPPER_TYPE_PROCEDURE |
static int |
WRAPPER_TYPE_RUN |
static int |
WRAPPER_TYPE_SCRIPT |
static int |
WRAPPER_TYPE_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
StyledDocument |
getDocument()
Get the document associated with this wrapper.
|
int |
getLineNumber(ScriptingContext ctx) |
TestWrapper |
getParentWrapper() |
File |
getScriptFile() |
String |
getTestSource() |
int |
getWrapperType() |
void |
setDocument(StyledDocument document) |
static final int WRAPPER_TYPE_UNKNOWN
static final int WRAPPER_TYPE_SCRIPT
static final int WRAPPER_TYPE_PROCEDURE
static final int WRAPPER_TYPE_INCLUDE
static final int WRAPPER_TYPE_RUN
static final int WRAPPER_TYPE_BLOCK
static final int WRAPPER_TYPE_JAVA
String getTestSource()
int getWrapperType()
int getLineNumber(ScriptingContext ctx)
TestWrapper getParentWrapper()
File getScriptFile()
void setDocument(StyledDocument document)
StyledDocument getDocument()