public void SetUp()
 {
     FakeFactory.Init();
     // 20140227
     Preferences.UseElementsPatternObjectModel = false;
     Preferences.UseElementsSearchObjectModel  = false;
 }
 public void SetUp()
 {
     FakeFactory.Init();
     Preferences.DisableExactSearch    = true;
     Preferences.DisableWildCardSearch = false;
     Preferences.DisableWin32Search    = false;
 }
 public ControlSearchTestFixture()
 {
     FakeFactory.Init();
     Preferences.DisableExactSearch    = true;
     Preferences.DisableWildCardSearch = false;
     Preferences.DisableWin32Search    = false;
 }
Exemple #4
0
 public ISupportsTransformPatternTestFixture()
 {
     FakeFactory.Init();
 }
Exemple #5
0
 public ISupportsTableItemPatternTestFixture()
 {
     FakeFactory.Init();
 }
Exemple #6
0
 public GetSupportedPatternsTestFixture()
 {
     FakeFactory.Init();
 }
Exemple #7
0
 public SearchByContainsTextViaWin32TestFixture_less_useful()
 {
     FakeFactory.Init();
 }
Exemple #8
0
 public WaitUIAControlStateCommandTestFixture()
 {
     FakeFactory.Init();
 }
 public ISupportsRangeValuePatternTestFixture()
 {
     FakeFactory.Init();
 }
Exemple #10
0
 public InvokeUIAControlContextMenuCommandTestFixture()
 {
     FakeFactory.Init();
 }
 public ISupportsExpandCollapseTestFixture()
 {
     FakeFactory.Init();
 }
 public WaitUIAControlIsVisibleCommandTestFixture()
 {
     FakeFactory.Init();
 }
 public ISupportsScrollItemPatternTestFixture()
 {
     FakeFactory.Init();
 }
 public EventCmdletBaseTestFixture()
 {
     FakeFactory.Init();
     Preferences.UseElementsPatternObjectModel = false;
     Preferences.UseElementsSearchObjectModel  = false;
 }
Exemple #15
0
 public GetUiaButtonCommandTestFixture()
 {
     FakeFactory.Init();
 }
 public ISupportsWindowPatternTestFixture()
 {
     FakeFactory.Init();
 }
 public SearchByContainsTextViaUiaTextFixture()
 {
     FakeFactory.Init();
 }
 public ControlFromWin32ProviderTestFixture()
 {
     FakeFactory.Init();
 }
Exemple #19
0
 public ISupportsInvokePatternTestFixture()
 {
     FakeFactory.Init();
 }
Exemple #20
0
 public CommonPatternsTestFixture()
 {
     FakeFactory.Init();
 }
 public GetWindowCollectionByPidTestFixture()
 {
     FakeFactory.Init();
 }
Exemple #22
0
 public SearchByWildcardViaWin32TestFixture()
 {
     FakeFactory.Init();
 }
 public ISupportsTextPatternTestFixture()
 {
     FakeFactory.Init();
 }
 public ObjectModelParametersTestFixture()
 {
     FakeFactory.Init();
 }
 public ReturnOnlyRightElementsTestFixture()
 {
     FakeFactory.Init();
 }
 public WaitUIAControlIsEnabledCommandTestFixture()
 {
     FakeFactory.Init();
 }
Exemple #27
0
 public ISupportsSelectionPatternTestFixture()
 {
     FakeFactory.Init();
 }
 public NoPatternsTestFixture()
 {
     FakeFactory.Init();
 }
Exemple #29
0
 public void SetUp()
 {
     FakeFactory.Init();
 }
Exemple #30
0
 public IsStepActiveTestFixture()
 {
     FakeFactory.Init();
 }