template <int fail_at>
class FakeRepeatingTest
Defined at line 270 of file ../../zircon/system/ulib/zxtest/test/runner_test.cc
This test Will increase |counter_| each time is executed, until |*counter_| equals |fail_at|.
When this happens, an assertion will be dispatched to |runner_|. This allows testing for
infinite iterations and breaking on failure.
Public Methods
fit::function<std::unique_ptr<Test> (TestDriver *)> MakeFactory (Runner * runner, int * counter)
Defined at line 272 of file ../../zircon/system/ulib/zxtest/test/runner_test.cc