| .. |
|
Generators
|
cc7098583e
Fixed Assert.Null warnings.
|
8 years ago |
|
Mixins
|
1b82998775
Made test more readable
|
7 years ago |
|
Platform
|
4c1f42b48a
PR comments
|
6 years ago |
|
Presenters
|
5745b72222
Started refactoring CarouselPresenter.
|
6 years ago |
|
Primitives
|
f556db57b4
Refactor pointer events to support touch events
|
6 years ago |
|
Properties
|
5be41985c3
Renamed Perspex -> Avalonia
|
9 years ago |
|
Shapes
|
1d8bf77ab1
Added failing test for #2335.
|
6 years ago |
|
Templates
|
da0ab8b681
Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain
|
7 years ago |
|
Utils
|
da0ab8b681
Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain
|
7 years ago |
|
AppBuilderTests.cs
|
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.
|
7 years ago |
|
ApplicationTests.cs
|
fa04a50f85
Remove non working test
|
6 years ago |
|
AutoCompleteBoxTests.cs
|
cf8244b37a
Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific.
|
7 years ago |
|
Avalonia.Controls.UnitTests.csproj
|
a75c8b9859
Adapted GridLayoutTests to run on Mono
|
6 years ago |
|
BorderTests.cs
|
afdfb28da8
Added failing tests for brush invalidation.
|
7 years ago |
|
ButtonTests.cs
|
f556db57b4
Refactor pointer events to support touch events
|
6 years ago |
|
CalendarTests.cs
|
bd17aeffe2
Adds Unit Tests for the Calendar Control
|
8 years ago |
|
CanvasTests.cs
|
df2f685ec8
Set canvas property default values to NaN.
|
9 years ago |
|
CarouselTests.cs
|
92284afa14
Added failing test for #2507.
|
6 years ago |
|
ClassesTests.cs
|
ebc66cfaac
Added failing test for #1255.
|
8 years ago |
|
ComboBoxTests.cs
|
f556db57b4
Refactor pointer events to support touch events
|
6 years ago |
|
ContentControlTests.cs
|
cf8244b37a
Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific.
|
7 years ago |
|
ContextMenuTests.cs
|
f556db57b4
Refactor pointer events to support touch events
|
6 years ago |
|
CursorFactoryMock.cs
|
2741fec63e
Register cursor factory for tests
|
7 years ago |
|
DatePickerTests.cs
|
cf8244b37a
Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific.
|
7 years ago |
|
DecoratorTests.cs
|
5be41985c3
Renamed Perspex -> Avalonia
|
9 years ago |
|
DockPanelTests.cs
|
a0d2d7f70b
Added failing test for #1865.
|
7 years ago |
|
EnumerableExtensions.cs
|
5be41985c3
Renamed Perspex -> Avalonia
|
9 years ago |
|
GridLayoutTests.cs
|
a75c8b9859
Adapted GridLayoutTests to run on Mono
|
6 years ago |
|
GridLengthTests.cs
|
eb273c0fcb
Inital
|
7 years ago |
|
GridMocks.cs
|
2052d53d68
Order the grid codes and make most unit test passed.
|
7 years ago |
|
GridSplitterTests.cs
|
04c489daa5
Make Collection Properties get-only
|
8 years ago |
|
GridTests.cs
|
a0d2d7f70b
Added failing test for #1865.
|
7 years ago |
|
HeaderedItemsControlTests .cs
|
fafa695257
Use recommended ContentControl pattern.
|
6 years ago |
|
ImageTests.cs
|
9501da85fa
Added failing tests for #2260.
|
6 years ago |
|
ItemsControlTests.cs
|
1e12b2c37b
Don't focus non-focusable controls.
|
7 years ago |
|
LayoutTransformControlTests.cs
|
e4838842a1
simplify Layout transform no need to be ContentControl
|
7 years ago |
|
ListBoxTests.cs
|
f556db57b4
Refactor pointer events to support touch events
|
6 years ago |
|
ListBoxTests_Single.cs
|
f556db57b4
Refactor pointer events to support touch events
|
6 years ago |
|
MenuItemTests.cs
|
a48efd6b55
Don't leak subs to CanExecuteChanged in MenuItem.
|
6 years ago |
|
MouseTestHelper.cs
|
4c1f42b48a
PR comments
|
6 years ago |
|
NameScopeTests.cs
|
5be41985c3
Renamed Perspex -> Avalonia
|
9 years ago |
|
PanelTests.cs
|
afdfb28da8
Added failing tests for brush invalidation.
|
7 years ago |
|
RadioButtonTests.cs
|
18f36ab3bc
Fix #1782: Implement GroupName for RadioButton
|
7 years ago |
|
ScrollViewerTests.cs
|
8a80a724d7
Implement disabling of ListBox scrollbars.
|
7 years ago |
|
SharedSizeScopeTests.cs
|
0d7e193693
More tests, futureproofing + 2 bugfixes
|
7 years ago |
|
SliderTests.cs
|
e7275f34fb
Call AddOwner on Slider.Orientation instead of declaring a new property
|
7 years ago |
|
StackPanelTests.cs
|
86f7918d4d
Added failing tests for #2350.
|
6 years ago |
|
TabControlTests.cs
|
3d578464c6
Register TabControl with ContentControlMixin.
|
6 years ago |
|
TestTemplatedControl.cs
|
5be41985c3
Renamed Perspex -> Avalonia
|
9 years ago |
|
TextBlockTests.cs
|
afdfb28da8
Added failing tests for brush invalidation.
|
7 years ago |
|
TextBoxTests.cs
|
8a9e997c6c
unit test added
|
6 years ago |
|
TextBoxTests_DataValidation.cs
|
cf8244b37a
Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific.
|
7 years ago |
|
TopLevelTests.cs
|
5557829950
Initial
|
6 years ago |
|
TreeViewTests.cs
|
f556db57b4
Refactor pointer events to support touch events
|
6 years ago |
|
UserControlTests.cs
|
55486faa43
Fix type
|
7 years ago |
|
ViewboxTests.cs
|
37d7a49fee
add some tests for Viewbox
|
7 years ago |
|
VirtualizingStackPanelTests.cs
|
1293e9af8d
Implemented Menu interactions.
|
7 years ago |
|
WindowBaseTests.cs
|
068acb6376
Added TopLevel.Opened unit tests.
|
6 years ago |
|
WindowTests.cs
|
1e74e8fc60
Add failing tests for #2388.
|
6 years ago |
|
WindowingPlatformMock.cs
|
8ee9d17ff6
Fixed some focus issues
|
9 years ago |
|
WrapPanelTests.cs
|
04c489daa5
Make Collection Properties get-only
|
8 years ago |
|
app.config
|
7282744b70
Removed outdated binding redirects and app.config
|
9 years ago |