Ejemplo n.º 1
0
        protected override void ExecuteTestRun(WindowsFramework framework)
        {
            SelectPropertyGridTab();
            propertyGrid = MainWindow.Get<PropertyGrid>("PropertyGrid");

            RunTest(Get);
            RunTest(Categories);
            RunTest(BrowseForValue);
            RunTest(CannotBrowseForValue);
            RunTest(Properties);
            RunTest(Property);
        }
Ejemplo n.º 2
0
 public void Setup()
 {
     SelectPropertyGridTab();
     propertyGrid = MainWindow.Get<PropertyGrid>("PropertyGrid");
 }