Пример #1
0
            public void LookForInheritanceOnOpImplicit(bool useCompiledXaml)
            {
                mockDeviceInfo.Platform = DevicePlatform.iOS;
                var p = new Bz45891(useCompiledXaml);

                Assert.AreEqual("Foo", p.List.First());
            }
Пример #2
0
            public void LookForInheritanceOnOpImplicit(bool useCompiledXaml)
            {
                ((MockPlatformServices)Device.PlatformServices).RuntimePlatform = Device.iOS;
                var p = new Bz45891(useCompiledXaml);

                Assert.AreEqual("Foo", p.List.First());
            }