coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Introduce the ability to Repetitively/Concurrently.assertThat(...) a value is constant #341

Closed brianoliver closed 8 years ago

brianoliver commented 8 years ago

As a developer I'd like to Repetitively/Concurrently.assertThat(...) some value returned is constant over time, so that my test doesn't need to determine the actual value.

Repetitively.assertThat(invoking(cache).get(key), is(constant()));