1 Check stepMismatch results for type=time.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS stepMismatchFor("", null, null) is false
8 PASS stepMismatchFor("", "2", "12:34:56") is false
10 PASS stepMismatchFor("12:34:55", "1", "12:34:56") is false
11 PASS stepMismatchFor("12:34:55.001", "1", "12:34:56") is true
12 PASS stepMismatchFor("12:34:56.001", "0.001", "12:34:56") is false
13 PASS stepMismatchFor("12:34:55", "0.333", "12:34:56") is true
14 PASS stepMismatchFor("12:34:55.001", "0.333", "12:34:56") is false
15 PASS stepMismatchFor("12:34", "86400", "12:34") is false
16 PASS stepMismatchFor("23:59:59.998", "86399.999", "00:00") is true
17 PASS stepMismatchFor("23:59:59.999", "86399.999", "00:00") is false
19 PASS stepMismatchFor("12:34", "120", null) is false
20 PASS stepMismatchFor("12:35", "120", null) is true
22 PASS stepMismatchFor("12:34:55.001", "0.0003", "12:34.55.000") is false
23 PASS stepMismatchFor("12:34:55.001", "0.0019", "12:34.55.000") is true
24 PASS stepMismatchFor("12:34:55.004", "0.0019", "12:34.55.000") is false
25 Invalid or no step values
26 PASS stepMismatchFor("12:34", null, "12:34") is false
27 PASS stepMismatchFor("12:34:56", null, "12:34") is true
28 PASS stepMismatchFor("12:34", "-1", "12:34") is false
29 PASS stepMismatchFor("12:34", "foo", "12:34") is false
31 PASS stepMismatchFor("12:35", "any", "12:34") is false
33 PASS stepMismatchFor("12:34:55.001", "1", "12:34:56", true) is false
35 PASS successfullyParsed is true