summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests/BindingBaseUnitTests.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-06-27Use built-in Nunit method for waiting;E.Z. Hart1-5/+5
Avoid problems with Assert.Success throwing exception on wrong thread
2017-06-26Fix (hopefully) for occasional failures in ↵E.Z. Hart1-5/+6
PropertyChangeBindingsOccurThroughMainThread test
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-11/+535
2016-03-22Initial importJason Smith1-0/+227