public final class TestUntil extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
completeNow() |
void |
completes() |
boolean |
completesWithin(long timeout) |
TestUntil |
happened() |
static TestUntil |
happenings(int times) |
int |
remaining() |
void |
resetHappeningsTo(int times) |
String |
toString() |
public static TestUntil happenings(int times)
public void completeNow()
public void completes()
public boolean completesWithin(long timeout)
public TestUntil happened()
public int remaining()
public void resetHappeningsTo(int times)
Copyright © 2021. All rights reserved.