Skip to content

Commit

Permalink
ArC: turn existing test classes into actual tests
Browse files Browse the repository at this point in the history
(cherry picked from commit 077f1a9)
  • Loading branch information
Ladicek authored and gsmet committed Nov 13, 2024
1 parent c23d450 commit 04abe53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io.quarkus.maven.dependency.Dependency;
import io.quarkus.test.QuarkusUnitTest;

public class SynthBeanForExternalClass {
public class SynthBeanForExternalClassTest {
// the test includes an _application_ that declares a build compatible extension
// (in the Runtime CL), which creates a synthetic bean for a class that is _outside_
// of the application (in the Base Runtime CL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import io.quarkus.maven.dependency.Dependency;
import io.quarkus.test.QuarkusUnitTest;

public class SynthObserverAsIfInExternalClass {
public class SynthObserverAsIfInExternalClassTest {
// the test includes an _application_ that declares a build compatible extension
// (in the Runtime CL), which creates a synthetic observer which is "as if" declared
// in a class that is _outside_ of the application (in the Base Runtime CL)
Expand Down

0 comments on commit 04abe53

Please sign in to comment.