|
Project Information
Featured
Downloads
Links
|
@Test
public void updatesCustomerStatus() throws Exception {
// Publish an asynchronous event:
publishEvent(updateCustomerStatusEvent);
// Awaitility lets you wait until the asynchronous operation completes:
await().atMost(5, SECONDS).until(costumerStatusIsUpdated());
...
}News
Documentation
Founded by:Other open source projects: |


