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.
 
 
 
Nikita Tsukanov fedbb270c0
Make sure that tests inherit from ScropedTestBase (#18690)
10 months ago
..
Properties Remove copyright headers. 6 years ago
Avalonia.LeakTests.csproj Remove DataGrid from the main repository (#18401) 11 months ago
AvaloniaObjectTests.cs Make sure that tests inherit from ScropedTestBase (#18690) 10 months ago
BindingExpressionTests.cs Binding System refactor (#13970) 2 years ago
ControlTests.cs Remove DataGrid from the main repository (#18401) 11 months ago
DataContextTests.cs Added unit tests for non-disposable DataContext issue (#12123) 3 years ago
Readme.txt Renamed Perspex -> Avalonia 10 years ago
TransitionTests.cs Fix transition leak tests (#13870) 2 years ago
app.config Stop assert dialogs popping up in leak tests. 4 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.