A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jeremy Koritzinsky 58f0022720 Merge branch 'master' into scenegraph-rename 10 years ago
..
Properties Don't run leak tests in parallel. 10 years ago
Avalonia.LeakTests.csproj Merge branch 'master' into scenegraph-rename 10 years ago
Avalonia.LeakTests.v2.ncrunchproject Added ncrunch project files. 10 years ago
AvaloniaObjectTests.cs Link dotMemory Unit with xUnit. 10 years ago
ControlTests.cs FIx control leak tests. 10 years ago
ExpressionObserverTests.cs Use WeakReference in BindingNotification. 10 years ago
MemberSelectorTests.cs Moved failing test into LeakTests because it depends on runtime implementation details to pass. 10 years ago
Readme.txt Renamed Perspex -> Avalonia 10 years ago
app.config Renamed Perspex -> Avalonia 10 years ago
packages.config Moved AvaloniaObject leak tests. 10 years ago

Readme.txt

Memory Leak Tests
-----------------

These tests use JetBrains' dotMemory Unit. When run in a normal test runner, they will always pass.

To run the tests, you need to have dotMemory/ReSharper and install the XUnit plugin. You should
then be able to run the tests using Resharper -> Unit Tests -> Run all tests from solution under
dotMemory Unit.