コード例 #1
0
ファイル: StatusStripTest.cs プロジェクト: EricBlack/White
        protected override void ExecuteTestRun(WindowsFramework framework)
        {
            SelectOtherControls();
            statusStrip = MainWindow.StatusBar(InitializeOption.NoCache);

            RunTest(Find);
            RunTest(ThrowsWhenDoesNotExists);
            RunTest(FindLabelInsideStatusBar);
            RunTest(ClickOnButtonAndFindPopupMenu);
            RunTest(FindDropDown);
            RunTest(ProgressBar);
            RunTest(ProgressBar2);
        }
コード例 #2
0
ファイル: StatusStripTests.cs プロジェクト: EDOlsson/White
 public void Setup()
 {
     SelectOtherControls();
     statusStrip = MainWindow.StatusBar(InitializeOption.NoCache);
 }