Steven Kirk
|
142ead4d39
|
Make tests compile on CI.
|
7 years ago |
Nikita Tsukanov
|
8e5c8fee07
|
Somewhat fixed tests
|
7 years ago |
Jeremy Koritzinsky
|
acb3d46ca0
|
Enable generating NuGet packages via the MSBuild Pack target.
|
8 years ago |
Jeremy Koritzinsky
|
4ec647b870
|
Make our unit tests support library (Avalonia.UnitTests) target netstandard2.0 so we don't have to worry about targetting .NET Framework on linux.
|
8 years ago |
Jeremy Koritzinsky
|
bc882f5b11
|
Add back NetFX.props framework path overriding.
|
8 years ago |
Jeremy Koritzinsky
|
df593b3a80
|
Get leak tests running again in the build script. They were removed at some point. Also, update the tooling used and clean up the code for running them.
|
8 years ago |
Steven Kirk
|
30e78dc5b6
|
Only run unit tests on .net core.
This allows us to run them on linux.
|
8 years ago |
Jeremy Koritzinsky
|
abe1afbb01
|
Retarget base unit tests library (that is just included in tests) back to net461.
|
8 years ago |
Jeremy Koritzinsky
|
bc3e3cb25d
|
Update project file for Avalonia.UnitTests to use net47 instead of net461
|
8 years ago |
Jeremy Koritzinsky
|
eb7c010462
|
Retarget .Net Framework projects to 4.7
Works around dotnet/standard#567.
|
8 years ago |
Nikita Tsukanov
|
913149d093
|
Switched to .NET Standard 2.0
|
9 years ago |
Wiesław Šoltés
|
9247a82ea8
|
Updated XUnit props
|
9 years ago |
Wiesław Šoltés
|
872575b9b7
|
Set project OutputType
|
9 years ago |
Wiesław Šoltés
|
2afd6cb224
|
Remove NuGet workaround
|
9 years ago |
Steven Kirk
|
1b517903c3
|
Fix merge errors.
|
9 years ago |
Steven Kirk
|
1b9d61416f
|
Ported ImmediateRenderer from scenegraph branch.
|
9 years ago |
Wiesław Šoltés
|
f8097cc27d
|
Added msbuild props for package references
|
9 years ago |
Wiesław Šoltés
|
26561a5ad4
|
Only include when using net461 framework
|
9 years ago |
Nikita Tsukanov
|
6cf037ad7c
|
One liners
|
9 years ago |
Nikita Tsukanov
|
66ac05b2c2
|
Removed <Name> elements from new projects
|
9 years ago |
Nikita Tsukanov
|
d1caaaca3e
|
Removed <Project>
|
9 years ago |
Nikita Tsukanov
|
dc8a32d1b1
|
Run Avalonia.Base.UnitTests using `dotnet test`
|
9 years ago |
Nikita Tsukanov
|
485fe1364e
|
Everything is buildable via MSBuild
|
9 years ago |
Nikita Tsukanov
|
b6b5b9de88
|
Test now compile and can be run from visual studio
|
9 years ago |
Nikita Tsukanov
|
b0a063838f
|
Migrated to PackageReference
|
9 years ago |
Steven Kirk
|
abe69ac320
|
Moved some mocks into Avalonia.UnitTests.
From Avalonia.Visuals.UnitTests as they're useful generally.
|
9 years ago |
Nikita Tsukanov
|
c93a6235aa
|
Make sure that Renderer is disposed when TopLevel is closed
|
9 years ago |
Steven Kirk
|
d34c279ba1
|
WIP: Adding render layers.
|
10 years ago |
Steven Kirk
|
59c49d259d
|
Renamed assembly SceneGraph -> Visuals.
To make way for low-level scene graph library.
|
10 years ago |
Steven Kirk
|
dd29966f20
|
Run certain tests in invariant culture.
Fixes #718.
|
10 years ago |
Nikita Tsukanov
|
07fea3befa
|
Added RuntimePlatformInfo
|
10 years ago |
Wiesław Šoltés
|
9cdcf6cb02
|
Revert "Updated projects and packages"
This reverts commit 7cca79b435.
|
10 years ago |
Wiesław Šoltés
|
7cca79b435
|
Updated projects and packages
|
10 years ago |
Jeremy Koritzinsky
|
3c5848bc2c
|
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
|
10 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Steven Kirk
|
3bb9fe0b58
|
Added BindingError class.
|
10 years ago |
Steven Kirk
|
93884ea063
|
Added test for issue 284.
Moved NotifyingBase to Perspex.UnitTests in order to do this.
|
10 years ago |
Jeremy Koritzinsky
|
44b1b4d9cd
|
Moved Application and Design into Perspex.Controls. Moved designer support classes into new Perspex.DesignerSupport assembly.
|
10 years ago |
Steven Kirk
|
9e10cec9f5
|
Removed AutoMoq from Perspex.UnitTests.
It was causing problems with binding redirects to Moq and it's not much
harder to do it by hand.
|
10 years ago |
Steven Kirk
|
2df9a0d9f4
|
Forgot to save .csprojs.
|
10 years ago |
Steven Kirk
|
eec9a1f44a
|
Added shared TestRoot class.
And use it in every unit test project except SceneGraph as that one is
different.
|
10 years ago |
Steven Kirk
|
2283cfa486
|
Started refactoring unit tests.
Added a shared test project with a UnitTestApplication and use it in
LeakTests.
|
10 years ago |
Steven Kirk
|
e096c849d9
|
Updated NuGet packages.
Closes #395.
|
10 years ago |
Steven Kirk
|
a6b74db847
|
Merge branch 'logical-tree' into leaks
|
11 years ago |
Steven Kirk
|
4d6572b74e
|
Added StyleActivator leak test.
Trying to locate source of StyleActivator leaks - this test doesn't find
it.
|
11 years ago |
Steven Kirk
|
4d13d1313c
|
Added some memory leak unit tests.
Using JetBrains' dotMemory Unit testing framework. Currently shows that
TreeView does not get freed.
|
11 years ago |
Steven Kirk
|
b9992c582c
|
Added binding ConverterParameter.
Closes #317.
|
11 years ago |
Steven Kirk
|
41cb6b68b6
|
Moved ControlLocator out of Data namespace.
|
11 years ago |
Steven Kirk
|
554383b61d
|
Added ControlLocator.
To track named controls relative to another control.
|
11 years ago |
Steven Kirk
|
6fd2ec36a2
|
Fixed directory name/namespace in tests.
To make it same as the namespace being tested.
|
11 years ago |