Plugin.Avalonia.MVVMExpress.Testing
1.0.1
dotnet add package Plugin.Avalonia.MVVMExpress.Testing --version 1.0.1
NuGet\Install-Package Plugin.Avalonia.MVVMExpress.Testing -Version 1.0.1
<PackageReference Include="Plugin.Avalonia.MVVMExpress.Testing" Version="1.0.1" />
<PackageVersion Include="Plugin.Avalonia.MVVMExpress.Testing" Version="1.0.1" />
<PackageReference Include="Plugin.Avalonia.MVVMExpress.Testing" />
paket add Plugin.Avalonia.MVVMExpress.Testing --version 1.0.1
#r "nuget: Plugin.Avalonia.MVVMExpress.Testing, 1.0.1"
#:package Plugin.Avalonia.MVVMExpress.Testing@1.0.1
#addin nuget:?package=Plugin.Avalonia.MVVMExpress.Testing&version=1.0.1
#tool nuget:?package=Plugin.Avalonia.MVVMExpress.Testing&version=1.0.1
Plugin.Avalonia.MVVMExpress.Testing
Test fakes and leak probes for MVVMExpress ViewModels.
var nav = new FakeNavigator();
await nav.NavigateToAsync<HomeViewModel>();
await viewModel.AppearAsync();
await viewModel.DisappearAsync();
var leak = LeakProbe.Track(viewModel);
viewModel.Dispose();
Assert.True(LeakProbe.IsCollected(leak));
Also: FakeDialogs, FakeMainThread, FakeConnectivity, FakeMessageHub, ScopedNavigator (page-scope push/pop + dispose), ScaleProfile (Small / Mid / Large list sizes).
Install
dotnet add package Plugin.Avalonia.MVVMExpress.Testing
Target framework: net10.0. Depends on Core. Reference from test projects only. Version 1.0.1.
Related
Product docs: repository README. Alternatives: xUnit + hand-rolled fakes, Prism.Maui testing helpers. License: MIT.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Plugin.Avalonia.MVVMExpress.Core (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.1: NuGet README files use real markdown line breaks so the gallery renders.