failNext property
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;
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.
bool failNext = false;