Skip to content

Commit

Permalink
integration test automated execution attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemee committed Aug 30, 2024
1 parent 8d707fc commit d12ca49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
* @author olivier
*/
@Suite
@SelectClasses({ExecutableIOGatewayCheckerUseCaseTest.class, APISupportedCapabilitySelectionFilterUseCaseTest.class, DynamicRecipientsSyncIntegrationCaseTestManual.class})
@SelectClasses({ExecutableIOGatewayCheckerUseCaseTest.class, APISupportedCapabilitySelectionFilterUseCaseTest.class, DynamicRecipientsSyncIntegrationCaseTest.class})
public class AllUseCaseTests {
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
@ExtendWith({VertxExtension.class})
@TestInstance(TestInstance.Lifecycle.PER_METHOD)
public class DynamicRecipientsSyncIntegrationCaseTestManual extends CustomContextualizedTest {
public class DynamicRecipientsSyncIntegrationCaseTest extends CustomContextualizedTest {

private Thread gatewayModule, processModule;

Expand Down Expand Up @@ -60,7 +60,7 @@ public class DynamicRecipientsSyncIntegrationCaseTestManual extends CustomContex
/**
* Default constructor.
*/
public DynamicRecipientsSyncIntegrationCaseTestManual() throws UnoperationalStateException {
public DynamicRecipientsSyncIntegrationCaseTest() throws UnoperationalStateException {
super(true, true, true, false, /* With snapshots management capability activated */ true);
}

Expand Down

0 comments on commit d12ca49

Please sign in to comment.