在 Java 中,我们有 Awaitility 类,在其中我们可以等待布尔返回方法返回 true 或 false。
对于 void 方法我们如何做到这一点?
await().untilAsserted(() -> someVoidMethod());