LineTen.Integration.Tests.Framework
1.0.6
See the version list below for details.
dotnet add package LineTen.Integration.Tests.Framework --version 1.0.6
NuGet\Install-Package LineTen.Integration.Tests.Framework -Version 1.0.6
<PackageReference Include="LineTen.Integration.Tests.Framework" Version="1.0.6" />
paket add LineTen.Integration.Tests.Framework --version 1.0.6
#r "nuget: LineTen.Integration.Tests.Framework, 1.0.6"
// Install LineTen.Integration.Tests.Framework as a Cake Addin #addin nuget:?package=LineTen.Integration.Tests.Framework&version=1.0.6 // Install LineTen.Integration.Tests.Framework as a Cake Tool #tool nuget:?package=LineTen.Integration.Tests.Framework&version=1.0.6
LoopbackTestFixture is designed to instantiate and instance of your Startup.cs using Microsoft.AspNetCore.TestHost.TestServer, and provide access to that instance via the HttpClient property
Make sure your test classes follow the following pattern:
public class your_test_class : IClassFixture<LoopbackTestFixture<Startup>> {
private readonly LoopbackTestFixture<Startup> _fixture;
public your_test_class(LoopbackTestFixture<Startup> fixture)
{
_fixture = fixture;
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.TestHost (>= 3.1.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.8)
- Microsoft.NET.Test.Sdk (>= 16.5.0)
- Moq (>= 4.8.3)
- xunit (>= 2.4.0)
- xunit.runner.visualstudio (>= 2.4.0)
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.29 | 40 | 11/13/2024 |
2.0.28 | 71 | 10/29/2024 |
2.0.27 | 74 | 10/22/2024 |
2.0.26 | 210 | 10/2/2024 |
2.0.25 | 118 | 9/13/2024 |
2.0.24 | 55 | 7/30/2024 |
2.0.23 | 191 | 2/23/2024 |
2.0.22 | 1,208 | 12/15/2023 |
2.0.21 | 100 | 12/11/2023 |
2.0.20 | 168 | 11/19/2023 |
2.0.12 | 665 | 7/19/2023 |
2.0.11 | 4,723 | 2/23/2023 |
2.0.10 | 234 | 2/19/2023 |
2.0.9 | 1,244 | 1/6/2023 |
2.0.8 | 295 | 1/5/2023 |
2.0.7 | 299 | 1/4/2023 |
2.0.6 | 924 | 12/5/2022 |
2.0.5 | 334 | 12/4/2022 |
2.0.4 | 331 | 12/4/2022 |
2.0.3 | 332 | 12/4/2022 |
2.0.2 | 332 | 12/2/2022 |
2.0.1 | 327 | 12/2/2022 |
2.0.0 | 354 | 11/21/2022 |
1.0.80 | 588 | 8/26/2022 |
1.0.79 | 452 | 8/12/2022 |
1.0.78 | 438 | 8/12/2022 |
1.0.77 | 542 | 7/7/2022 |
1.0.76 | 504 | 7/4/2022 |
1.0.75 | 518 | 7/1/2022 |
1.0.74 | 530 | 6/21/2022 |
1.0.73 | 472 | 6/21/2022 |
1.0.72 | 478 | 6/21/2022 |
1.0.71 | 509 | 6/16/2022 |
1.0.70 | 2,123 | 4/22/2022 |
1.0.69 | 561 | 4/22/2022 |
1.0.68 | 582 | 4/11/2022 |
1.0.67 | 545 | 4/11/2022 |
1.0.66 | 628 | 4/11/2022 |
1.0.65 | 552 | 4/5/2022 |
1.0.64 | 581 | 3/18/2022 |
1.0.63 | 580 | 3/17/2022 |
1.0.62 | 566 | 3/17/2022 |
1.0.61 | 610 | 3/7/2022 |
1.0.60 | 575 | 2/18/2022 |
1.0.59 | 574 | 2/18/2022 |
1.0.58 | 585 | 2/4/2022 |
1.0.57 | 607 | 2/3/2022 |
1.0.56 | 613 | 2/2/2022 |
1.0.55 | 621 | 1/31/2022 |
1.0.54 | 579 | 1/28/2022 |
1.0.53 | 571 | 1/28/2022 |
1.0.52 | 606 | 1/28/2022 |
1.0.51 | 635 | 1/28/2022 |
1.0.50 | 490 | 1/5/2022 |
1.0.49 | 1,358 | 12/10/2021 |
1.0.48 | 323 | 12/10/2021 |
1.0.47 | 371 | 12/9/2021 |
1.0.46 | 366 | 12/6/2021 |
1.0.45 | 373 | 11/22/2021 |
1.0.44 | 406 | 11/22/2021 |
1.0.43 | 977 | 10/13/2021 |
1.0.42 | 856 | 10/8/2021 |
1.0.41 | 726 | 9/19/2021 |
1.0.39 | 421 | 9/19/2021 |
1.0.38 | 2,638 | 7/7/2021 |
1.0.37 | 1,677 | 7/7/2021 |
1.0.36 | 6,436 | 6/18/2021 |
1.0.35 | 478 | 6/17/2021 |
1.0.34 | 1,850 | 5/18/2021 |
1.0.33 | 514 | 5/17/2021 |
1.0.32 | 417 | 5/17/2021 |
1.0.31 | 736 | 2/16/2021 |
1.0.30 | 405 | 2/16/2021 |
1.0.29 | 449 | 2/3/2021 |
1.0.28 | 471 | 1/20/2021 |
1.0.27 | 548 | 12/17/2020 |
1.0.26 | 8,638 | 11/24/2020 |
1.0.25 | 492 | 11/24/2020 |
1.0.24 | 752 | 11/24/2020 |
1.0.23 | 1,107 | 11/23/2020 |
1.0.22 | 485 | 11/23/2020 |
1.0.21 | 503 | 11/23/2020 |
1.0.20 | 508 | 11/20/2020 |
1.0.19 | 518 | 11/18/2020 |
1.0.18 | 554 | 11/5/2020 |
1.0.17 | 525 | 11/5/2020 |
1.0.16 | 477 | 10/30/2020 |
1.0.15 | 616 | 10/16/2020 |
1.0.14 | 829 | 10/15/2020 |
1.0.13 | 528 | 10/15/2020 |
1.0.12 | 509 | 10/14/2020 |
1.0.11 | 507 | 10/14/2020 |
1.0.10 | 557 | 10/14/2020 |
1.0.9 | 559 | 10/14/2020 |
1.0.8 | 525 | 10/14/2020 |
1.0.7 | 543 | 10/14/2020 |
1.0.6 | 511 | 10/13/2020 |
1.0.5 | 532 | 10/13/2020 |
1.0.4 | 568 | 10/13/2020 |
1.0.3 | 512 | 10/13/2020 |
1.0.2 | 565 | 10/13/2020 |
1.0.1-beta | 342 | 10/13/2020 |
1.0.0 | 528 | 10/13/2020 |