Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.08 KB

Build Status

Java Proboscis

Licensed under BSD License.

What is Proboscis?

Proboscis is a tiny java library for polling for a result, originally intended for tested asynchronous systems. It separates out the concept of Probing, taking a snapshot of the current state, from the activity of polling and managing timeouts.

Proboscis can be considered a hamcrest extension

Downloads

You can obtain Proboscis binaries from Maven central

Issues can be reported using GitHub issue tracker

Source

To build, read BUILDING.txt

Acknowledgements

Proboscis was extracted by Steve Freeman from libraries developed by Nat Pryce and Nick Pomfret