Class TestRunner
- java.lang.Object
-
- de.ikor.sip.foundation.testkit.workflow.TestRunner
-
@Component public class TestRunner extends Object
Main class for running tests.
-
-
Constructor Summary
Constructors Constructor Description TestRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestExecutionStatus
executeTest(TestCase testCase)
boolean
run(TestCase testCase)
Run a single build test case.
-
-
-
Method Detail
-
run
public boolean run(TestCase testCase)
Run a single build test case.- Parameters:
testCase
-TestCase
-
executeTest
public TestExecutionStatus executeTest(TestCase testCase)
-
-