You could use "untilAsserted" here. You would have to use a soft assertion if 
you wanted to see all three of those values every time, but even if you just 
use regular assertions you'll get an error message that is a little more 
informative (as it stands, you'll just see "expected true and was false". until 
asserted would tell you which assertion failed and with what value)

[ Full content available at: https://github.com/apache/geode/pull/2589 ]
This message was relayed via gitbox.apache.org for 
notifications@geode.apache.org

Reply via email to