Ejemplo n.º 1
0
 /// -------------------------------------------------------------------
 /// <summary></summary>
 /// -------------------------------------------------------------------
 protected RangeValuePatternWrapper(AutomationElement element, string testSuite, TestPriorities priority, TypeOfControl typeOfControl, TypeOfPattern typeOfPattern, string dirResults, bool testEvents, IApplicationCommands commands)
     :
     base(element, testSuite, priority, typeOfControl, typeOfPattern, dirResults, testEvents, commands)
 {
     m_pattern = (RangeValuePattern)GetPattern(m_le, m_useCurrent, RangeValuePattern.Pattern);
 }
Ejemplo n.º 2
0
			internal RangeValuePatternInformation (RangeValuePattern pattern, bool cache)
			{
				this.pattern = pattern;
				this.cache = cache;
			}
Ejemplo n.º 3
0
 internal RangeValuePatternInformation(RangeValuePattern pattern, bool cache)
 {
     this.pattern = pattern;
     this.cache   = cache;
 }