maui-linux/Xamarin.Forms.Core.UnitTests
Rui Marinho b74d545fc1
[All] Move to netstandard2.0 **Breaking change** (#1306)
* Move to netstandard 2.0

* Fix docs

* Small fixes
2017-11-29 17:37:06 +00:00
..
Images
Properties
AbsoluteLayoutTests.cs [Test] Make sure we always test with different Cultures (#1219) 2017-10-24 10:41:33 +02:00
AcceleratorTypeConverterUnitTests.cs [Core,MacOS]Desktop support (#1126) 2017-10-02 18:19:26 +01:00
AcceleratorUnitTests.cs [Core,MacOS]Desktop support (#1126) 2017-10-02 18:19:26 +01:00
AnimatableKeyTests.cs
AnimationTests.cs [C] reset children animation on repeat (#974) 2017-06-08 20:38:45 +02:00
AppLinkEntryTests.cs
BaseTestFixture.cs [Test] Make sure we always test with different Cultures (#1219) 2017-10-24 10:41:33 +02:00
BehaviorTest.cs Remove VisualElement finalizer (#918) 2017-05-16 10:27:41 -07:00
BindableObjectExtensionTests.cs
BindableObjectUnitTests.cs [C] Use ReferenceEquals to compare BindingContext (#1150) 2017-09-21 10:45:49 -07:00
BindablePropertyUnitTests.cs
BindingBaseUnitTests.cs [Tests] make sure the test pass even if the locale is wrongly implemented on the platform (#1292) 2017-11-20 09:46:50 +01:00
BindingExpressionTests.cs
BindingTests.cs
BindingTypeConverterTests.cs
BindingUnitTests.cs [C] do not reapply a Binding with a Source when the Context changes (#983) 2017-11-21 13:59:41 +01:00
BoxViewUnitTests.cs
ButtonUnitTest.cs Add pressed and released events to Button (#446) 2017-02-02 18:23:31 +00:00
CarouselPageTests.cs
CellTests.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
ColorUnitTests.cs [C] support more color format in ColorTypeConverter (#784) 2017-03-01 10:45:26 -08:00
CommandSourceTests.cs
CommandTests.cs
ContentFormUnitTests.cs [Core] Fix internal children clear logic (#820) 2017-03-20 12:06:20 +00:00
ContentViewUnitTest.cs [Core] Fix internal children clear logic (#820) 2017-03-20 12:06:20 +00:00
ContraintTypeConverterTests.cs
ControlTemplateTests.cs
DataTemplateSelectorTests.cs Add iOS prototypical cell cache for LV RowHeight calcs (#1143) 2017-09-16 15:10:04 +01:00
DataTemplateTests.cs
DataTriggerTests.cs
DatePickerUnitTest.cs [Tests] Add nunit test adapter (#1038) 2017-07-06 23:29:03 +01:00
DependencyServiceTests.cs
DistanceTests.cs
DynamicBindingContextTests.cs
DynamicResourceTests.cs Fix bz56030; DynamicResource overriding (#924) 2017-05-26 12:31:55 +01:00
EasingTests.cs
EditorTests.cs
EffectTests.cs
EffectiveFlowDirectionExtensions.cs [All] Basic Right-To-Left Support (#1222) 2017-11-09 14:31:15 +00:00
ElementTests.cs
EntryCellTests.cs
EntryUnitTests.cs
EventTriggerTest.cs
FlowDirectionTests.cs [All] Basic Right-To-Left Support (#1222) 2017-11-09 14:31:15 +00:00
FluentTests.cs
FontUnitTests.cs [Test] Make sure we always test with different Cultures (#1219) 2017-10-24 10:41:33 +02:00
FormattedStringTests.cs
FrameUnitTests.cs [C] use defaultValueCreator to set Frame default Padding (#943) 2017-06-01 09:53:11 +02:00
GeocoderUnitTests.cs
GridLengthTypeConverterTests.cs
GridTests.cs Breaking; Make Grid.AddHz/Vt span ortho dim (#984) 2017-06-22 18:36:52 -04:00
GroupViewUnitTests.cs
ImageSourceTests.cs
ImageTests.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
KeyboardTests.cs
LabelTests.cs
LayoutChildIntoBoundingRegionTests.cs [All] Basic Right-To-Left Support (#1222) 2017-11-09 14:31:15 +00:00
LayoutOptionsUnitTests.cs
ListProxyTests.cs Update ListProxyTest.WeakToWeak so it works in Release mode (#866) 2017-04-13 15:40:05 +01:00
ListViewTests.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
MapSpanTests.cs
MapTests.cs Remove InternalsVisibleTo from Maps (#1019) 2017-07-24 16:23:14 -04:00
MarginTests.cs
MasterDetailFormUnitTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
MenuItemTests.cs [Core,MacOS]Desktop support (#1126) 2017-10-02 18:19:26 +01:00
MenuUnitTests.cs [Core,MacOS]Desktop support (#1126) 2017-10-02 18:19:26 +01:00
MessagingCenterTests.cs Make MessagingCenter testable (#723) 2017-01-31 13:10:28 +00:00
MockPlatformServices.cs [All] Move to netstandard2.0 **Breaking change** (#1306) 2017-11-29 17:37:06 +00:00
MockViewModel.cs
MotionTests.cs
MultiPageTests.cs
MultiTriggerTests.cs
NativeBindingTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
NavigationMenuUnitTests.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
NavigationModelTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
NavigationProxyTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
NavigationUnitTest.cs [Core] Added RootPage to NavigationPage (#464) 2017-02-02 15:35:23 +00:00
NotifiedPropertiesTests.cs Lazy creation of ResourceDictionaries (#1295) 2017-11-22 12:59:55 +01:00
NotifyCollectionChangedEventArgsExtensionsTests.cs
ObservableWrapperTests.cs
OpenGLViewUnitTests.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
PageTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
PanGestureRecognizerUnitTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
PickerTests.cs
PinTests.cs
PinchGestureRecognizerTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
PlatformSpecificsTests.cs
PointTests.cs
PositionTests.cs
ProgressBarTests.cs
RectangleUnitTests.cs
RegistrarUnitTests.cs [All] Use IReflectableType when accessing the Registrar (#1006) 2017-09-28 16:35:28 +02:00
RelativeLayoutTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
ResourceDictionaryTests.cs [C] MergedRD: new tests and minor fixes 2017-09-22 13:27:47 +02:00
ScrollViewUnitTests.cs
SearchBarUnitTests.cs
SizeTests.cs
SliderUnitTests.cs
StackLayoutUnitTests.cs
StepperUnitTests.cs
StyleTests.cs Fix 54334 (#855) 2017-04-06 14:13:49 -07:00
SwitchCellTests.cs
SwitchUnitTests.cs
TabbedFormUnitTests.cs
TableModelTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
TableRootUnitTests.cs
TableSectionTests.cs
TableViewUnitTests.cs
TapGestureRecognizerTests.cs
TemplatedItemsListTests.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
TemplatedPageUnitTests.cs [Core] Fix internal children clear logic (#820) 2017-03-20 12:06:20 +00:00
TemplatedViewUnitTests.cs [C] reset the BindingContext on template change (#998) 2017-06-21 10:32:08 +02:00
TextCellTests.cs
ThicknessTests.cs
TimePickerUnitTest.cs
ToolbarItemTests.cs
ToolbarTrackerTests.cs
TriggerTests.cs [test] passing test for 32896 2017-06-21 15:31:44 +02:00
TypeUnitTests.cs
TypedBindingUnitTests.cs [Test] Make sure we always test with different Cultures (#1219) 2017-10-24 10:41:33 +02:00
UnitPlatform.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
UriImageSourceTests.cs
ViewCellTests.cs
ViewUnitTests.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
WeakEventManagerTests.cs
WebViewUnitTests.cs
Xamarin.Forms.Core.UnitTests.csproj [All] Move to netstandard2.0 **Breaking change** (#1306) 2017-11-29 17:37:06 +00:00
packages.config [Tests] Add nunit test adapter (#1038) 2017-07-06 23:29:03 +01:00