Uses of Class
com.thed.model.TestcaseExecution
Packages that use TestcaseExecution
-
Uses of TestcaseExecution in com.thed.launcher
Fields in com.thed.launcher declared as TestcaseExecutionModifier and TypeFieldDescriptionprotected TestcaseExecution
AbstractZBotScriptLauncher.currentTestcaseExecution
Methods in com.thed.launcher that return TestcaseExecutionModifier and TypeMethodDescriptionAbstractZBotScriptLauncher.getCurrentTestcaseExecution()
IZBotScriptLauncher.getCurrentTestcaseExecution()
utility method to get Current TestcaseExecutionMethods in com.thed.launcher with parameters of type TestcaseExecutionModifier and TypeMethodDescriptionvoid
AbstractZBotScriptLauncher.setCurrentTestcaseExecution
(TestcaseExecution currentTestcaseExecution) void
IZBotScriptLauncher.setCurrentTestcaseExecution
(TestcaseExecution currentTestcaseExecution) utility method to set Current TestcaseExecution. -
Uses of TestcaseExecution in com.thed.model
Methods in com.thed.model that return types with arguments of type TestcaseExecutionMethod parameters in com.thed.model with type arguments of type TestcaseExecutionModifier and TypeMethodDescriptionvoid
TestcaseBatchExecution.setTestcaseExecutionList
(List<TestcaseExecution> testcaseExecutionList) -
Uses of TestcaseExecution in com.thed.util
Methods in com.thed.util with parameters of type TestcaseExecutionModifier and TypeMethodDescriptionstatic void
ScriptUtil.updateTestcaseExecutionResult
(TestcaseBatchExecution testcaseBatchExecution, TestcaseExecution tce, int executionStatus, String executionNotes) static void
ScriptUtil.updateTestcaseExecutionResult
(String serverUrl, TestcaseBatchExecution testcaseBatchExecution, TestcaseExecution tce, int executionStatus, String executionNotes) Webservice call to update testcase execution result.