Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
test::fail_count::fail

Throw an exception on the Nth failure.

void
fail();
  » more...

Set an error code on the Nth failure.

bool
fail(
    error_code& ec);
  » more...

PrevUpHomeNext