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 | 458 | 4/22/2021 |
2.5.2 | 397 | 3/5/2021 |
2.5.1 | 377 | 3/5/2021 |
2.5.0 | 602 | 6/24/2020 |
2.4.0 | 504 | 5/3/2020 |
2.3.0 | 482 | 3/25/2020 |
2.2.0 | 548 | 3/21/2020 |
2.1.0 | 589 | 3/15/2020 |
2.0.0 | 492 | 2/16/2020 |
1.3.1 | 577 | 11/4/2019 |
1.3.0 | 508 | 10/28/2019 |
1.2.1 | 508 | 10/28/2019 |
1.2.0 | 508 | 10/27/2019 |
1.1.0 | 521 | 10/20/2019 |
1.0.1 | 578 | 10/10/2019 |
1.0.0 | 513 | 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.