Home | History | Annotate | Download | only in script-tests

Lines Matching full:shouldbe

37     shouldBe("lastEvent.touches.length", totalTouchCount.toString());
38 shouldBe("lastEvent.changedTouches.length", changedTouchCount.toString());
39 shouldBe("lastEvent.targetTouches.length", targetTouchCount.toString());
40 shouldBe("lastEvent.pageX", "0");
41 shouldBe("lastEvent.pageY", "0");
46 shouldBe("lastEvent." + list + "[" + point + "].pageX", x.toString());
47 shouldBe("lastEvent." + list + "[" + point + "].pageY", y.toString());
48 shouldBe("lastEvent." + list + "[" + point + "].clientX", x.toString());
49 shouldBe("lastEvent." + list + "[" + point + "].clientY", y.toString());
50 shouldBe("lastEvent." + list + "[" + point + "].identifier", id.toString());