Package de.ikor.sip.foundation.testkit
Class SIPBatchTest
- java.lang.Object
-
- de.ikor.sip.foundation.testkit.SIPBatchTest
-
@TestInstance(PER_CLASS) @SpringBootTest(properties="sip.testkit.batch-test=true", webEnvironment=DEFINED_PORT) public abstract class SIPBatchTest extends Object
SIP batch test run
-
-
Field Summary
Fields Modifier and Type Field Description static String
SIP_BATCH_TEST
-
Constructor Summary
Constructors Constructor Description SIPBatchTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
setup()
(package private) void
testCaseArguments(TestCase testCase)
-
-
-
Field Detail
-
SIP_BATCH_TEST
public static final String SIP_BATCH_TEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
setup
@BeforeAll void setup()
-
testCaseArguments
@ArgumentsSource(SIPBatchTestArgumentSource.class) @DisplayName("Batch Tests") @ParameterizedTest(name="{index}: {0}") void testCaseArguments(TestCase testCase)
-
-