File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
testutil-server/src/main/java/io/spine/testing/server/blackbox Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -918,16 +918,14 @@ public QueryResultSubject assertQueryResult(Query query) {
918
918
*
919
919
* <p>The method may be used as follows:
920
920
* <pre>
921
- * {@code
922
- * VerifyingCounter updateCounter =
923
- * context.assertSubscriptionUpdates(
924
- * topic,
925
- * assertEachReceived -> assertEachReceived.comparingExpectedFieldsOnly()
926
- * .isEqualTo(expected)
927
- * );
928
- * context.receivesCommand(createProject); // Some command creating the `expected`.
929
- * updateCounter.verifyEquals(1);
930
- * }
921
+ * VerifyingCounter updateCounter =
922
+ * context.assertSubscriptionUpdates(
923
+ * topic,
924
+ * assertEachReceived -> assertEachReceived.comparingExpectedFieldsOnly()
925
+ * .isEqualTo(expected)
926
+ * );
927
+ * context.receivesCommand(createProject); // Some command creating the `expected`.
928
+ * updateCounter.verifyEquals(1);
931
929
* </pre>
932
930
*
933
931
* <p>Please note that the return value may be ignored, but then receiving {@code 0} incoming
You can’t perform that action at this time.
0 commit comments