GithubHelp home page GithubHelp logo

wilkinsona / awaitility Goto Github PK

View Code? Open in Web Editor NEW

This project forked from awaitility/awaitility

1.0 2.0 0.0 1.13 MB

Awaitility is a small Java DSL for synchronizing asynchronous operations

License: Apache License 2.0

Groovy 2.08% Java 91.67% Scala 1.22% Kotlin 4.16% Shell 0.86%

awaitility's Introduction

Awaitility

Build Status Maven Central Javadoc

Testing asynchronous systems is hard. Not only does it require handling threads, timeouts and concurrency issues, but the intent of the test code can be obscured by all these details. Awaitility is a DSL that allows you to express expectations of an asynchronous system in a concise and easy to read manner. For example:

@Test
public void updatesCustomerStatus() {
    // Publish an asynchronous message to a broker (e.g. RabbitMQ):
    messageBroker.publishMessage(updateCustomerStatusMessage);
    // Awaitility lets you wait until the asynchronous operation completes:
    await().atMost(5, SECONDS).until(customerStatusIsUpdated());
    ...
}

News

  • 2019-09-06: Awaitility 4.0.1 is released and it fixes a regression issue in which the condition evaluation duration could be evaluated to a negative number of nanoseconds on Windows. It also drops the dependency to objenesis since it's no longer used after moving to Java 8. See changelog for details.
  • 2019-08-30: Awaitility 4.0.0 is released! Java 8+ is now required which allows for both dependency and API updates. See release notes and changelog for details.
  • 2019-07-15: Awaitility 4.0.0-rc1 is released. This release requires Java 8 or above. Please try it out and provide feedback. See changelog for details and upgrade instructions.

Older news

Documentation

Links

awaitility's People

Contributors

alechenninger avatar andyglick avatar aspan avatar barnardb avatar bryncooke avatar cschneider avatar dzieciou avatar geoff2k avatar hugojosefson avatar jankronquist avatar jjst avatar johanhaleby avatar kalgon avatar kelebra avatar kovalskyi avatar ligasgr avatar magwo avatar mkordas avatar perlun avatar pkubowicz avatar ponziani avatar roberttaylor426 avatar spoonman avatar stefanbirkner avatar szpak avatar thiamath avatar tschulte avatar turbo87 avatar valery1707 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.