Go to file
Philip Kuryloski 9479c2e9cc Add ?awaitMatch macro
awaitMatch(Guard, Expr, Timeout) reevaluates Expr until it matches
Guard up to Timeout milliseconds from now. It returns the matched
value, in the event said value is useful later in a test.

Additionally simplify an instance of ?assertEqual(true, ... to ?assert(
2020-07-02 11:33:17 +02:00
deps/rabbitmq_ct_helpers Add ?awaitMatch macro 2020-07-02 11:33:17 +02:00