coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Allow use of Atomics with DeferredHelper.valueOf(...) #201

Closed brianoliver closed 9 years ago

brianoliver commented 9 years ago

By making a small enhancement to DeferredHelper.valueOf(...) we could allow atomics to be easily used in Eventually.assertThat(...) calls.

eg:

Eventually.assertThat(valueOf(atomic), is(...));
brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-201

brianoliver commented 9 years ago

Reported by @brianoliver

brianoliver commented 9 years ago

Marked as fixed by @brianoliver on Thursday, November 20th 2014, 1:53:24 pm