File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-modulith-test/src/main/java/org/springframework/modulith/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ public When<Void> stimulate(Runnable runnable) {
153
153
* @param <S> the type of the value returned by the stimulus.
154
154
* @param supplier must not be {@literal null}.
155
155
* @return will never be {@literal null}.
156
- * @see StateChangeResult#andVerify(Consumer)
157
- * @see EventResult#toArriveAndVerify(Consumer)
156
+ * @see org.springframework.modulith.test.Scenario.When. StateChangeResult#andVerify(Consumer)
157
+ * @see org.springframework.modulith.test.Scenario.When. EventResult#toArriveAndVerify(Consumer)
158
158
*/
159
159
public <S > When <S > stimulate (Supplier <S > supplier ) {
160
160
return stimulate (tx -> tx .execute (__ -> supplier .get ()));
You can’t perform that action at this time.
0 commit comments