Skip to content

Commit

Permalink
doesn't match '^Test.*$|^[A-Z][a-zA-Z0-9]*Test(s|Case)?$'
Browse files Browse the repository at this point in the history
  • Loading branch information
yurake committed Apr 5, 2023
1 parent bce0bd6 commit 5bb6de9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import io.quarkus.test.junit.QuarkusTest;

@QuarkusTest
class ActiveMqSocketTestForQuarkus {
class ActiveMqSocketForQuarkusTest {

private static final LinkedBlockingDeque<String> MESSAGES = new LinkedBlockingDeque<>();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import io.quarkus.test.junit.QuarkusTest;

@QuarkusTest
class HazelcastSocketTestForQuarkus {
class HazelcastSocketForQuarkusTest {

private static final LinkedBlockingDeque<String> MESSAGES = new LinkedBlockingDeque<>();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import io.quarkus.test.junit.QuarkusTest;

@QuarkusTest
class RabbitmqSocketTestForQuarkus {
class RabbitmqSocketForQuarkusTest {

private static final LinkedBlockingDeque<String> MESSAGES = new LinkedBlockingDeque<>();

Expand Down

0 comments on commit 5bb6de9

Please sign in to comment.