failNext property

bool failNext
getter/setter pair

When true, the next open returns a PullRequestResult.failed (and is NOT cleared — every open then fails) so a test can assert the no-record / no-close path.

Implementation

bool failNext = false;