All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
WsdlLoadTest |
addNewLoadTest(String name) |
SecurityTest |
addNewSecurityTest(String name) |
void |
addTestRunListener(TestRunListener listener) |
WsdlTestStep |
addTestStep(String type,
String name) |
WsdlTestStep |
addTestStep(String type,
String name,
String endpoint,
String method) |
WsdlTestStep |
addTestStep(TestStepConfig stepConfig) |
void |
afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase) |
WsdlLoadTest |
buildLoadTest(LoadTestConfig tsc) |
protected SecurityTest |
buildSecurityTest(SecurityTestConfig addNewSecurityTest) |
WsdlLoadTest |
cloneLoadTest(WsdlLoadTest loadTest,
String name) |
SecurityTest |
cloneSecurityTest(SecurityTest securityTest,
String name) |
WsdlTestStep |
cloneStep(WsdlTestStep testStep,
String name) |
void |
exportTestCase(File file) |
<T extends TestStep> T |
findNextStepOfType(TestStep referenceStep,
Class<T> stepClass) |
<T extends TestStep> T |
findPreviousStepOfType(TestStep referenceStep,
Class<T> stepClass) |
boolean |
getAmfAuthorisation() |
String |
getAmfEndpoint() |
String |
getAmfLogin() |
String |
getAmfPassword() |
List<? extends ModelItem> |
getChildren() |
ActionList |
getCreateActions() |
boolean |
getDiscardOkResults() |
boolean |
getFailOnError() |
boolean |
getFailTestCaseOnErrors() |
int |
getIndexOfLoadTest(LoadTest loadTest) |
int |
getIndexOfSecurityTest(SecurityTest securityTest) |
int |
getIndexOfTestStep(TestStep step) |
boolean |
getKeepSession() |
String |
getLabel() |
WsdlLoadTest |
getLoadTestAt(int index) |
LoadTest |
getLoadTestByName(String loadTestName) |
int |
getLoadTestCount() |
List<LoadTest> |
getLoadTestList() |
Map<String,LoadTest> |
getLoadTests() |
int |
getMaxResults() |
StringToObjectMap |
getRunFromHereContext() |
boolean |
getSearchProperties() |
SecurityTest |
getSecurityTestAt(int index) |
SecurityTest |
getSecurityTestByName(String securityTestName) |
int |
getSecurityTestCount() |
List<SecurityTest> |
getSecurityTestList() |
Map<String,SecurityTest> |
getSecurityTests() |
String |
getSetupScript() |
String |
getTearDownScript() |
TestRunListener[] |
getTestRunListeners() |
WsdlTestStep |
getTestStepAt(int index) |
TestStep |
getTestStepById(UUID testStepId) |
WsdlTestStep |
getTestStepByName(String stepName) |
int |
getTestStepCount() |
int |
getTestStepIndexByName(String stepName) |
List<TestStep> |
getTestStepList() |
Map<String,TestStep> |
getTestSteps() |
<T extends TestStep> List<T> |
getTestStepsOfType(Class<T> stepType) |
Map<String,TestStep> |
getTestStepsOrdered() |
WsdlTestSuite |
getTestSuite() |
long |
getTimeout() |
String |
getWsrmAckTo() |
boolean |
getWsrmEnabled() |
long |
getWsrmExpires() |
String |
getWsrmVersion() |
String |
getWsrmVersionNamespace() |
void |
importSecurityTests(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase) |
WsdlTestStep |
importTestStep(WsdlTestStep testStep,
String name,
int index,
boolean createCopy) |
WsdlTestStep[] |
importTestSteps(WsdlTestCase oldTestCase,
WsdlTestStep[] testSteps,
int index,
boolean createCopies) |
WsdlTestStep |
insertTestStep(String type,
String name,
int index) |
WsdlTestStep |
insertTestStep(TestStepConfig stepConfig,
int ix) |
WsdlTestStep |
insertTestStep(WsdlTestCase oldTestCase,
TestStepConfig stepConfig,
int ix,
boolean clearIds) |
WsdlTestStep[] |
insertTestSteps(WsdlTestCase oldTestCase,
TestStepConfig[] stepConfig,
int ix,
boolean clearIds) |
boolean |
isDisabled() |
boolean |
isForLoadTest() |
void |
moveTestStep(int ix,
int offset)
Moves a step by the specified offset, a bit awkward since xmlbeans doesn't
support reordering of arrays, we need to create copies of the contained
XmlObjects
|
void |
release() |
void |
removeLoadTest(WsdlLoadTest loadTest) |
void |
removeSecurityTest(SecurityTest securityTest) |
void |
removeTestRunListener(TestRunListener listener) |
void |
removeTestStep(WsdlTestStep testStep) |
void |
resetConfigOnMove(TestCaseConfig testCaseConfig) |
WsdlTestCaseRunner |
run(StringToObjectMap properties,
boolean async) |
Object |
runSetupScript(TestCaseRunContext runContext,
TestCaseRunner runner) |
Object |
runTearDownScript(TestCaseRunContext runContext,
TestCaseRunner runner) |
void |
setAmfAuthorisation(boolean enabled) |
void |
setAmfEndpoint(String endpoint) |
void |
setAmfLogin(String login) |
void |
setAmfPassword(String password) |
void |
setDisabled(boolean disabled) |
void |
setDiscardOkResults(boolean discardOkResults) |
void |
setFailOnError(boolean failOnError) |
void |
setFailTestCaseOnErrors(boolean failTestCaseOnErrors) |
void |
setKeepSession(boolean keepSession) |
void |
setMaxResults(int maxResults) |
void |
setName(String name) |
void |
setRunFromHereContext(StringToObjectMap runFromHereContext) |
void |
setSearchProperties(boolean searchProperties) |
void |
setSetupScript(String script) |
void |
setTearDownScript(String script) |
void |
setTimeout(long timeout) |
void |
setWsrmAckTo(String ackTo) |
void |
setWsrmEnabled(boolean enabled) |
void |
setWsrmExpires(Long expires) |
void |
setWsrmVersion(String version) |