Lines Matching refs:if
2 if (actual.snapshotLength != expected.length) {
8 if (actual.snapshotItem(i) != expected[i]) {
20 if (typeof(context) == "string")
22 if (typeof(expected) == "object") {
27 if (typeof(expected) == "number") {
28 if (result.numberValue == expected)
32 } else if (typeof(expected) == "string") {
33 if (result.stringValue == expected)
37 } else if (typeof(expected) == "boolean") {
38 if (result.booleanValue == expected)