adirh 038c963750 Fixed unit test 2 år sedan
..
Properties 4d01dacd77 Remove copyright headers. 5 år sedan
Avalonia.LeakTests.csproj f8af158a38 Updated packages used by tests. 2 år sedan
AvaloniaObjectTests.cs e516fe2e60 More Dispatcher.UIThread.RunJobjs() in tests 3 år sedan
ControlTests.cs 038c963750 Fixed unit test 2 år sedan
DataContextTests.cs 5b182890f3 Added unit tests for non-disposable DataContext issue (#12123) 2 år sedan
ExpressionObserverTests.cs c6c51dd36f Add pattern-based support for streaming. Fix bugs in method bindings. 7 år sedan
Readme.txt 5be41985c3 Renamed Perspex -> Avalonia 9 år sedan
TransitionTests.cs 4a386d1b84 Added skipped failing leak test for transitions. 6 år sedan
app.config 653a6b804d Stop assert dialogs popping up in leak tests. 3 år sedan

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.