Skip to content

Commit

Permalink
Slightly clarify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Dec 9, 2024
1 parent 89f6a73 commit 1f8572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/command-mode-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Consequently, mocking CDI beans with `QuarkusMock` or `@InjectMock` is not suppo

It is possible to mock CDI beans by leveraging xref:getting-started-testing.adoc#testing_different_profiles[test profiles] though.

For instance, in the following test, the singleton `CdiBean1` will be mocked by `MockedCdiBean1`:
For instance, in the following test, the launched application would receive a mocked singleton `CdiBean1`. The implementation `MockedCdiBean1` is provided by the test:

[source,java]
----
Expand Down

0 comments on commit 1f8572d

Please sign in to comment.