Uses of Class
de.ikor.sip.foundation.testkit.workflow.TestCase
-
Packages that use TestCase Package Description de.ikor.sip.foundation.testkit de.ikor.sip.foundation.testkit.config de.ikor.sip.foundation.testkit.workflow -
-
Uses of TestCase in de.ikor.sip.foundation.testkit
Methods in de.ikor.sip.foundation.testkit with parameters of type TestCase Modifier and Type Method Description (package private) void
SIPBatchTest. testCaseArguments(TestCase testCase)
-
Uses of TestCase in de.ikor.sip.foundation.testkit.config
Methods in de.ikor.sip.foundation.testkit.config that return TestCase Modifier and Type Method Description TestCase
TestCasesConfig. generateTestCase(TestCaseDefinition testCaseDefinition)
Creation and initialisation of a single test case from a definition.Methods in de.ikor.sip.foundation.testkit.config that return types with arguments of type TestCase Modifier and Type Method Description List<TestCase>
TestCasesConfig. generateTestCases()
Creates test cases based on batch test cases definition. -
Uses of TestCase in de.ikor.sip.foundation.testkit.workflow
Methods in de.ikor.sip.foundation.testkit.workflow with parameters of type TestCase Modifier and Type Method Description TestExecutionStatus
TestRunner. executeTest(TestCase testCase)
boolean
TestRunner. run(TestCase testCase)
Run a single build test case.
-