@Beta
public interface AsyncObservationAssert
Modifier and Type | Method and Description |
---|---|
void |
assertObservation(long timeout,
TimeUnit unit)
Assert the something happens.
|
@DischargesObligation void assertObservation(long timeout, TimeUnit unit) throws InterruptedException
timeout
- will wait up to this this amount of time for the observation to become available.unit
- the unit of time.InterruptedException
- thi soperation is interruptible.Copyright © 2018 SPF4J. All rights reserved.