Skip to content

Commit

Permalink
#29479 Added IT for the JobQueueManagerAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgambarios committed Sep 27, 2024
1 parent c7ad2ec commit af33445
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
package com.dotcms;

import com.dotcms.jobs.business.api.JobQueueManagerAPICDITest;
import com.dotcms.jobs.business.api.JobQueueManagerAPIIntegrationTest;
import com.dotcms.jobs.business.queue.PostgresJobQueueIntegrationTest;
import org.junit.platform.suite.api.SelectClasses;
import org.junit.platform.suite.api.Suite;

@Suite
@SelectClasses({
JobQueueManagerAPICDITest.class,
PostgresJobQueueIntegrationTest.class
PostgresJobQueueIntegrationTest.class,
JobQueueManagerAPIIntegrationTest.class
})
public class Junit5Suite1 {

Expand Down
Loading

0 comments on commit af33445

Please sign in to comment.