Ejemplo n.º 1
0
            public void SourceInfoForElementsInDT([Values(false, true)] bool useCompiledXaml)
            {
                var layout   = new Gh10803(useCompiledXaml);
                var listview = layout.listview;
                var cell     = listview.TemplatedItems.GetOrCreateContent(0, null);

                Assert.That(failures, Is.EqualTo(0), "one or more element without source info, or with invalid ChildIndex");
            }
Ejemplo n.º 2
0
            public void SourceInfoForElementsInDT([Values(false, true)] bool useCompiledXaml)
            {
                var layout   = new Gh10803(useCompiledXaml);
                var listview = layout.listview;
                var cell     = listview.ItemTemplate.CreateContent();

                Assert.That(failures, Is.EqualTo(0), "one or more element without source info");
            }