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;
 }
Ejemplo n.º 4
0
 public ISupportsTransformPatternTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 5
0
 public ISupportsTableItemPatternTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 6
0
 public GetSupportedPatternsTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 7
0
 public SearchByContainsTextViaWin32TestFixture_less_useful()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 8
0
 public WaitUIAControlStateCommandTestFixture()
 {
     FakeFactory.Init();
 }
 public ISupportsRangeValuePatternTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 15
0
 public GetUiaButtonCommandTestFixture()
 {
     FakeFactory.Init();
 }
 public ISupportsWindowPatternTestFixture()
 {
     FakeFactory.Init();
 }
 public SearchByContainsTextViaUiaTextFixture()
 {
     FakeFactory.Init();
 }
 public ControlFromWin32ProviderTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 19
0
 public ISupportsInvokePatternTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 20
0
 public CommonPatternsTestFixture()
 {
     FakeFactory.Init();
 }
 public GetWindowCollectionByPidTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 22
0
 public SearchByWildcardViaWin32TestFixture()
 {
     FakeFactory.Init();
 }
 public ISupportsTextPatternTestFixture()
 {
     FakeFactory.Init();
 }
 public ObjectModelParametersTestFixture()
 {
     FakeFactory.Init();
 }
 public ReturnOnlyRightElementsTestFixture()
 {
     FakeFactory.Init();
 }
 public WaitUIAControlIsEnabledCommandTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 27
0
 public ISupportsSelectionPatternTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 28
0
 public NoPatternsTestFixture()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 29
0
 public void SetUp()
 {
     FakeFactory.Init();
 }
Ejemplo n.º 30
0
 public IsStepActiveTestFixture()
 {
     FakeFactory.Init();
 }