AUT.Configure.CrmWeb
1.0.0
See the version list below for details.
dotnet add package AUT.Configure.CrmWeb --version 1.0.0
NuGet\Install-Package AUT.Configure.CrmWeb -Version 1.0.0
<PackageReference Include="AUT.Configure.CrmWeb" Version="1.0.0" />
paket add AUT.Configure.CrmWeb --version 1.0.0
#r "nuget: AUT.Configure.CrmWeb, 1.0.0"
// Install AUT.Configure.CrmWeb as a Cake Addin #addin nuget:?package=AUT.Configure.CrmWeb&version=1.0.0 // Install AUT.Configure.CrmWeb as a Cake Tool #tool nuget:?package=AUT.Configure.CrmWeb&version=1.0.0
Introduction
This package contains generic helper method to configure any project. It doesn't contain any business logic.
AUT.Configure.CrmWeb
This package is specially designed to configure Aurea CRM Web Project's Automatic Unit Tests.
Release Notes
- Initial release from existing version.
- Removed Generic Test case attribute.
- Converted project to .NET 4.5.1
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- AutoFixture (>= 3.50.2)
- AutoFixture.AutoMoq (>= 3.31.0)
- NUnit (>= 2.6.4)
- Shouldly (>= 2.8.2)
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.4.0 | 1,025 | 11/21/2018 |
2.3.0 | 867 | 11/21/2018 |
2.2.0 | 899 | 10/29/2018 |
2.1.0 | 853 | 10/16/2018 |
2.0.0 | 912 | 10/16/2018 |
1.5.0 | 924 | 9/12/2018 |
1.3.1 | 920 | 8/25/2018 |
1.3.0 | 954 | 8/25/2018 |
1.0.6 | 969 | 8/24/2018 |
1.0.5 | 1,015 | 8/24/2018 |
1.0.4 | 965 | 8/24/2018 |
1.0.2 | 987 | 8/24/2018 |
1.0.1 | 939 | 8/24/2018 |
1.0.0 | 957 | 8/24/2018 |
AUT Engineering Team Project. Added explore functionality for increase coverage gain.
Fixed the critical issue, Explore Field method without generic argument
- We need to keep the explore field method with generic argument as it is.
- Added backwards compatibility with 2.7 and 1.0.9
- Added new methods with instance inject.
- Explore static method functionality fixed.
- Static methods can be called with or without instance.
- Static fixture moved to non-static version
- New Abstract class added for typed generics