Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass command line arguments and options to subcommands #2718

Merged
Prev Previous commit
Next Next commit
also check if WithBaselineInput is true
danihengeveld committed Oct 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e90b972b55b930e6266d886b71e805c2a50c92e8
1 change: 1 addition & 0 deletions src/Stryker.CLI/Stryker.CLI.UnitTest/StrykerCLITests.cs
Original file line number Diff line number Diff line change
@@ -435,6 +435,7 @@ public void ShouldSetBaselineRecreateWhenCommandPassed(params string[] argName)

_strykerRunnerMock.VerifyAll();

_inputs.WithBaselineInput.SuppliedInput.Value.ShouldBeTrue();
_inputs.BaselineRecreateEnabledInput.SuppliedInput.ShouldBeTrue();
}