コード例 #1
0
 public void VerifyTextDateFormat()
 {
     DateFormatSelect.SelectByText("With text – ‘day’ d ‘of’ MM ‘in the year’ yy");
 }
コード例 #2
0
 public void VerifyFullDateFormat()
 {
     DateFormatSelect.SelectByText("Full – DD, d MM, yy");
 }
コード例 #3
0
 public void VerifyMediumDateFormat()
 {
     DateFormatSelect.SelectByText("Medium – d MM, y");
 }
コード例 #4
0
 public void VerifyShortDateFormat()
 {
     DateFormatSelect.SelectByText("Short – d M, y");
 }
コード例 #5
0
 public void VerifyISO8601DateFormat()
 {
     DateFormatSelect.SelectByText("ISO 8601 – yy-mm-dd");
 }
コード例 #6
0
 public void VerifyDefaultDateFormat()
 {
     DateFormatSelect.SelectByText("Default – mm/dd/yy");
 }