sf105 / proboscis

Little library for writing asynchronous tests. Derived from objogate windowlicker. Intended to work with hamcrest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Little library for writing asynchronous tests. Derived from objogate windowlicker. Intended to work with hamcrest

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%