Ejemplo n.º 1
0
            public void LookForInheritanceOnOpImplicit(bool useCompiledXaml)
            {
                mockDeviceInfo.Platform = DevicePlatform.iOS;
                var p = new Bz45891(useCompiledXaml);

                Assert.AreEqual("Foo", p.List.First());
            }
Ejemplo n.º 2
0
            public void LookForInheritanceOnOpImplicit(bool useCompiledXaml)
            {
                ((MockPlatformServices)Device.PlatformServices).RuntimePlatform = Device.iOS;
                var p = new Bz45891(useCompiledXaml);

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