summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests/MessagingCenterTests.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24Clean sync with 2.3.4-2Kangho Hur1-70/+5
Change-Id: I6a7423d2690a1c30f46e0c128d9504a2464f8f0b
2017-03-24Make MessagingCenter testable (#723)E.Z. Hart1-5/+70
* Make MessagingCenter testable * Eagerly create MessagingCenter instancef * More succinct version
2017-01-30Fix overeager subscription cleanup (#712)E.Z. Hart1-0/+18
2017-01-12Fix test failures in Release modebeta-2.3.4-pre1.1E.Z. Hart1-6/+8
2017-01-03Allow subscriber to be collected if MessagingCenter is the only reference to ↵E.Z. Hart1-1/+166
it (#617) * Repro * Make messaging center callbacks weak references * Preserve attribute * Fix test method name * Watch for collection of actual delegate target instead of wrapper delegate * Preserve the original platform instance when changing main page * Better tests for lambda situations * Update tests, make callback target a weakreference if it's the subscriber * Ensure old Platform MessagingCenter subs are gone before creating new Platform
2016-03-22Initial importJason Smith1-0/+191