MvvmFrameWpf.TestAdapter
2.5.2
See the version list below for details.
dotnet add package MvvmFrameWpf.TestAdapter --version 2.5.2
NuGet\Install-Package MvvmFrameWpf.TestAdapter -Version 2.5.2
<PackageReference Include="MvvmFrameWpf.TestAdapter" Version="2.5.2" />
paket add MvvmFrameWpf.TestAdapter --version 2.5.2
#r "nuget: MvvmFrameWpf.TestAdapter, 2.5.2"
// Install MvvmFrameWpf.TestAdapter as a Cake Addin #addin nuget:?package=MvvmFrameWpf.TestAdapter&version=2.5.2 // Install MvvmFrameWpf.TestAdapter as a Cake Tool #tool nuget:?package=MvvmFrameWpf.TestAdapter&version=2.5.2
This library is designed to simplify testing applications created using the library MvvmFrame.Wpf
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Moq (>= 4.5.0)
- MSTest.TestFramework (>= 2.1.0)
- MvvmFrameWpf (>= 6.1.3)
- PresentationFramework (>= 4.6.0)
- System.Threading.Tasks.Extensions (>= 4.5.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MvvmFrameWpf.TestAdapter:
Package | Downloads |
---|---|
MvvmFrameWpf.TestAdapter.Extensions
Extensions for MvvmFrameWpf.TestAdapter |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 454 | 4/22/2021 |
2.5.2 | 393 | 3/5/2021 |
2.5.1 | 373 | 3/5/2021 |
2.5.0 | 598 | 6/24/2020 |
2.4.0 | 498 | 5/3/2020 |
2.3.0 | 478 | 3/25/2020 |
2.2.0 | 544 | 3/21/2020 |
2.1.0 | 583 | 3/15/2020 |
2.0.0 | 488 | 2/16/2020 |
1.3.1 | 571 | 11/4/2019 |
1.3.0 | 502 | 10/28/2019 |
1.2.1 | 502 | 10/28/2019 |
1.2.0 | 502 | 10/27/2019 |
1.1.0 | 515 | 10/20/2019 |
1.0.1 | 572 | 10/10/2019 |
1.0.0 | 507 | 10/9/2019 |
Changes:
- Added readme https://github.com/GetcuReone/MvvmFrame.Wpf.TestAdapter/issues/4;
- Added empty blocks https://github.com/GetcuReone/MvvmFrame.Wpf.TestAdapter/issues/9;
- Added method IsPageType https://github.com/GetcuReone/MvvmFrame.Wpf.TestAdapter/issues/11;
- Added given with init view-model https://github.com/GetcuReone/MvvmFrame.Wpf.TestAdapter/issues/19.