Example #1
0
	/// <summary>
	/// Creates a ToolStripComboBoxTester from a ToolStripComboBoxTester and an index where the
	/// original tester's name is not unique.
	/// </summary>
	/// <remarks>
	/// It is best to use the overloaded Constructor that requires just the name
	/// parameter if possible.
	/// </remarks>
	/// <param name="tester">The ToolStripComboBoxTester.</param>
	/// <param name="index">The index to test.</param>
	public ToolStripComboBoxTester(ToolStripComboBoxTester tester, int index)
	  : base(tester, index)
	{
	}
 /// <summary>
 /// Creates a ToolStripComboBoxTester from a ToolStripComboBoxTester and an index where the
 /// original tester's name is not unique.
 /// </summary>
 /// <remarks>
 /// It is best to use the overloaded Constructor that requires just the name
 /// parameter if possible.
 /// </remarks>
 /// <param name="tester">The ToolStripComboBoxTester.</param>
 /// <param name="index">The index to test.</param>
 public ToolStripComboBoxTester(ToolStripComboBoxTester tester, int index)
     : base(tester, index)
 {
 }