awaitility/awaitility
Awaitility is a small Java DSL for synchronizing asynchronous operations observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 77
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6067
- days_rel: n/a
- days_push: 138
- n_releases_24m: 0
Adoption not part of the score
4020 stars · 268 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Awaitility is a small Java DSL for synchronizing and testing asynchronous operations with readable, concise expectations. It handles polling, timeouts, and waiting so test code stays clear of concurrency boilerplate.
Use cases
- wait for async operation to complete in a java test
- test asynchronous message processing with timeouts
- avoid thread sleeps in unit tests
- poll until a condition is true in java
- test concurrent systems with readable assertions
- await untilAsserted with assertj
When to choose
- you write JVM tests involving async, threaded, or message-driven behavior
- you want a concise DSL instead of manual sleep/poll loops
- you need configurable timeouts and poll intervals in tests
When to avoid
- your code is fully synchronous with no async behavior
- you need end-to-end browser or load testing rather than async synchronization
- you work outside the JVM ecosystem
Facets
library · maturity stable
testing concurrency testing developer-tools jvm cross-platform async-testing dsl polling test-utility java jvm
1 source
- readme: https://github.com/awaitility/awaitility · fetched 2026-08-28 · 6eeb727ab5c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| awaitility/awaitility | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="awaitility/awaitility")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem