Class TestCaseBundle
- java.lang.Object
-
- step.artefacts.handlers.scheduler.TestCaseBundle
-
public class TestCaseBundle extends Object
-
-
Constructor Summary
Constructors Constructor Description TestCaseBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AbstractArtefact>
getTestcases()
Throwable
getThrowable()
void
setThrowable(Throwable throwable)
-
-
-
Method Detail
-
getTestcases
public List<AbstractArtefact> getTestcases()
-
getThrowable
public Throwable getThrowable()
-
setThrowable
public void setThrowable(Throwable throwable)
-
-