Lines Matching +full:test +full:- +full:expectations
9 * http://www.apache.org/licenses/LICENSE-2.0
24 /* Default test timeout in seconds for interopt test. */
27 // Block typedef for waiting for a target group of expectations via XCTWaiter.
28 typedef void (^GRPCTestWaiter)(NSArray<XCTestExpectation *> *expectations, NSTimeInterval timeout);
33 // Block typedef for a test run. Test run should call waiter to wait for a group of expectations
34 // with timeout. Test run can also optionally invoke assertBlock to report assertion failure.
41 * @return Interop test server address including host and port.
48 * @return Interop test server address including host and port.
53 * Common utility to fetch remote interop test server address.
55 * @return Interop test server address including host and port.
65 * Common utility to run a test block until success, up to predefined number of repeats.
66 * @param testCase Associated test case run for reporting test failures.
67 * @param testBlock Target test block to be invoked by the utility function. The block will be
69 * @return YES if test run succeeded within the repeat limit. NO otherwise.