NExpect.Matchers.AspNetMvc 2.0.30-2306091204.1fe4d76

Prefix Reserved
This is a prerelease version of NExpect.Matchers.AspNetMvc.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NExpect.Matchers.AspNetMvc --version 2.0.30-2306091204.1fe4d76
                    
NuGet\Install-Package NExpect.Matchers.AspNetMvc -Version 2.0.30-2306091204.1fe4d76
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NExpect.Matchers.AspNetMvc" Version="2.0.30-2306091204.1fe4d76" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NExpect.Matchers.AspNetMvc" Version="2.0.30-2306091204.1fe4d76" />
                    
Directory.Packages.props
<PackageReference Include="NExpect.Matchers.AspNetMvc" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NExpect.Matchers.AspNetMvc --version 2.0.30-2306091204.1fe4d76
                    
#r "nuget: NExpect.Matchers.AspNetMvc, 2.0.30-2306091204.1fe4d76"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NExpect.Matchers.AspNetMvc&version=2.0.30-2306091204.1fe4d76&prerelease
                    
Install NExpect.Matchers.AspNetMvc as a Cake Addin
#tool nuget:?package=NExpect.Matchers.AspNetMvc&version=2.0.30-2306091204.1fe4d76&prerelease
                    
Install NExpect.Matchers.AspNetMvc as a Cake Tool

NExpect.Matchers.AspNetMvc

Use this matcher library if you're doing route and supported verb tests for controllers in a legacy ASP.NET MVC application.

This library adds ASP.Net MVC extensions for NExpect so you can test your [Route] and [Http*] annotations like so:

Expect(typeof(SomeController)
    .To.Have.Method(nameof(SomeController.MethodName))
    .Supporting(HttpMethod.Delete)
    .And(HttpMethod.Post)
    .With.Route("first-route")
    .And.Route("second-route");
Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.116 410 3/24/2025
2.0.115 107 2/25/2025
2.0.114 125 2/13/2025
2.0.113 108 2/12/2025
2.0.112 110 2/12/2025
2.0.111 113 12/17/2024
2.0.110 110 11/13/2024
2.0.109 107 11/1/2024
2.0.108 116 10/23/2024
2.0.107 109 10/23/2024
2.0.106 99 10/22/2024
2.0.105 130 9/11/2024
2.0.104 129 8/30/2024
2.0.103 126 8/30/2024
2.0.102 136 6/19/2024
2.0.101 123 6/11/2024
2.0.100 119 6/10/2024
2.0.99 131 6/5/2024
2.0.98 115 6/3/2024
2.0.97 105 6/3/2024
2.0.96 108 6/3/2024
2.0.95 126 5/17/2024
2.0.94 135 5/17/2024
2.0.93 140 5/17/2024
2.0.92 125 4/29/2024
2.0.91 151 4/17/2024
2.0.90 136 4/15/2024
2.0.89 138 4/8/2024
2.0.88 123 4/5/2024
2.0.87 125 4/5/2024
2.0.86 130 4/5/2024
2.0.85 132 4/5/2024
2.0.84 129 4/4/2024
2.0.83 133 4/3/2024
2.0.82 132 4/2/2024
2.0.81 147 3/13/2024
2.0.80 138 3/13/2024
2.0.79 141 3/11/2024
2.0.78 142 3/5/2024
2.0.77 144 2/27/2024
2.0.76 133 2/26/2024
2.0.75 141 2/22/2024
2.0.74 132 2/22/2024
2.0.73 134 2/19/2024
2.0.72 136 2/15/2024
2.0.71 128 2/13/2024
2.0.70 116 2/13/2024
2.0.69 152 2/7/2024
2.0.68 137 2/6/2024
2.0.67 127 2/5/2024
2.0.66 125 2/2/2024
2.0.65 130 1/30/2024
2.0.64 139 1/18/2024
2.0.63 139 1/15/2024
2.0.62 123 1/12/2024
2.0.61 123 1/12/2024
2.0.60 129 1/10/2024
2.0.59 134 1/9/2024
2.0.58 184 12/13/2023
2.0.57 153 11/28/2023
2.0.56 130 11/28/2023
2.0.55 142 11/17/2023
2.0.54 136 11/17/2023
2.0.53 129 11/17/2023
2.0.52 155 10/30/2023
2.0.51 155 10/26/2023
2.0.50 182 10/12/2023
2.0.49 137 9/28/2023
2.0.48 150 9/22/2023
2.0.47 130 9/21/2023
2.0.46 145 9/20/2023
2.0.45 168 9/14/2023
2.0.44 156 9/14/2023
2.0.43 179 8/25/2023
2.0.42 165 8/25/2023
2.0.42-2308241227.f6c25ee 83 8/24/2023
2.0.42-2308161448.98b76da 83 8/16/2023
2.0.42-2308161446.ec7a107 81 8/16/2023
2.0.42-2308161429.74c00e2 85 8/16/2023
2.0.41 201 8/14/2023
2.0.40 180 8/4/2023
2.0.39 175 8/4/2023
2.0.38 194 8/4/2023
2.0.37 180 8/4/2023
2.0.36 190 8/4/2023
2.0.35 170 8/4/2023
2.0.34 223 6/22/2023
2.0.33 200 6/22/2023
2.0.32 181 6/22/2023
2.0.32-2306151149.332886a 98 6/15/2023
2.0.32-2306151140.93d85dc 93 6/15/2023
2.0.32-2306150947.3b80752 102 6/15/2023
2.0.31 219 6/12/2023
2.0.30 182 6/9/2023
2.0.30-2306091428.6fc0bd3 102 6/9/2023
2.0.30-2306091304.51d4d0b 100 6/9/2023
2.0.30-2306091204.1fe4d76 100 6/9/2023
2.0.30-2306090857.5be3155 99 6/9/2023
2.0.30-2306081701.3a525ef 98 6/8/2023
2.0.30-2306081646.5a15be2 99 6/8/2023
2.0.30-2306081628.68f2d91 98 6/8/2023
2.0.30-2306081611.3c4f19f 98 6/8/2023
2.0.30-2306081557.4fa2105 99 6/8/2023
2.0.30-2306081119.fdddf3b 97 6/8/2023
2.0.30-2306081053.68ba9f2 102 6/8/2023
2.0.30-2306080900.1b126b1 95 6/8/2023
2.0.29 196 5/23/2023
2.0.28 219 5/18/2023
2.0.27 212 5/12/2023
2.0.26 208 5/12/2023
2.0.25 251 4/26/2023
2.0.24 399 2/1/2023
2.0.23 361 1/30/2023
2.0.22 326 1/26/2023
2.0.21 333 1/25/2023
2.0.20 330 1/25/2023
2.0.19 388 11/30/2022
2.0.18 541 11/14/2022
2.0.17 667 10/19/2022
2.0.16 466 10/17/2022
2.0.15 428 10/17/2022
2.0.14 549 10/3/2022
2.0.13 456 10/3/2022
2.0.12 499 10/3/2022
2.0.11 539 9/27/2022
2.0.10 514 9/20/2022
2.0.9 492 9/19/2022
2.0.8 549 9/15/2022
2.0.7 565 9/14/2022
2.0.6 493 9/13/2022
2.0.5 481 9/13/2022
2.0.4 492 9/13/2022
2.0.3 525 9/9/2022
2.0.2 491 9/9/2022
2.0.1 498 9/9/2022
1.0.276 616 8/17/2022
1.0.275 462 8/17/2022
1.0.274 771 7/28/2022
1.0.273 602 7/14/2022
1.0.272 507 7/14/2022
1.0.271 503 7/13/2022
1.0.270 539 7/7/2022
1.0.269 502 7/7/2022
1.0.268 645 6/20/2022
1.0.267 533 6/14/2022
1.0.266 551 6/9/2022
1.0.265 586 5/27/2022
1.0.264 561 5/24/2022
1.0.263 541 5/23/2022
1.0.262 576 5/17/2022
1.0.261 516 5/16/2022
1.0.260 521 5/16/2022
1.0.259 581 5/6/2022
1.0.258 498 5/5/2022
1.0.257 497 5/5/2022
1.0.256 534 5/4/2022
1.0.255 540 5/4/2022
1.0.254 568 4/5/2022
1.0.253 532 4/5/2022
1.0.252 537 4/4/2022
1.0.251 546 3/22/2022
1.0.250 588 2/3/2022
1.0.249 573 1/28/2022
1.0.248 541 1/27/2022
1.0.247 546 1/26/2022
1.0.246 544 1/25/2022
1.0.245 570 1/18/2022
1.0.244 524 1/18/2022
1.0.243 556 1/12/2022
1.0.242 396 12/10/2021
1.0.241 386 12/10/2021