Add RedirectToAction assertions with lambda expression to specify controller action
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
Research direction
No files or tests are named. Start by locating the existing BeRedirectToActionResult assertions and compare their current action-selection API with the lambda syntax shown in the issue. Done means the generic assertion accepts a lambda such as x => x.AnotherMethod() and has coverage for that usage.
Written by the indexing model from the issue text.
Description
Syntax would look like this:
var result = controller.Action(model);
result.Should().BeRedirectToActionResult<AnotherController>(x => x.AnotherMethod());
- Dominant language
- C#
- Stars
- 36
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from fluentassertions/fluentassertions.mvc
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
fluentassertions/fluentassertions.mvc#42 · 4 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
fluentassertions/fluentassertions.mvc#40 · 1 comment ·
-
help wanted
Difficulty 3/5 1-2 days Newbie friendliness 20/100
-
help wanted
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
help wanted
Difficulty 4/5 3-5 days Newbie friendliness 25/100
All issues in fluentassertions/fluentassertions.mvc
Similar issues
-
untriaged
Difficulty 1/5 Under an hour Newbie friendliness 88/100
dotnet/dotnet-api-docs#13095 ·
-
area-deployment area-integrations triage:bot-seen
Difficulty 2/5 Half a day Newbie friendliness 86/100
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
newrelic/newrelic-dotnet-agent#3850 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
LuckyPennySoftware/AutoMapper#4660 ·