Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemee committed Aug 30, 2024
1 parent d12ca49 commit fe595ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 DynamicRecipientsSyncIntegrationCaseTest extends CustomContextualizedTest {
public class DynamicRecipientsSyncUseCaseTest extends CustomContextualizedTest {

private Thread gatewayModule, processModule;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
* @author olivier
*/
@Suite
@SelectClasses({ExecutableBackendCheckerUseCaseTest.class, PublicTenantRegistrationIntegrationCaseTest.class})
@SelectClasses({ExecutableBackendCheckerUseCaseTest.class, PublicTenantRegistrationUseCaseTest.class})
public class AllUseCaseTests {
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* @author olivier
*/
@ExtendWith({VertxExtension.class})
public class PublicTenantRegistrationIntegrationCaseTest extends BackendCustomContextualizedTest {
public class PublicTenantRegistrationUseCaseTest extends BackendCustomContextualizedTest {

private HttpClient client;
private ObjectMapper mapper;
Expand All @@ -54,7 +54,7 @@ public class PublicTenantRegistrationIntegrationCaseTest extends BackendCustomCo
/**
* Default constructor.
*/
public PublicTenantRegistrationIntegrationCaseTest() {
public PublicTenantRegistrationUseCaseTest() {
super(true, true, true, false, /* With snapshots management capability activated */ true);
}

Expand Down

0 comments on commit fe595ed

Please sign in to comment.