Lines Matching refs: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());
57 shouldBe("lastEvent.shiftKey", "false");
66 shouldBe("lastEvent.shiftKey", "true");
67 shouldBe("lastEvent.altKey", "true");
68 shouldBe("lastEvent.ctrlKey", "false");
69 shouldBe("lastEvent.metaKey", "false");
74 shouldBe("lastEvent.shiftKey", "false");
75 shouldBe("lastEvent.altKey", "false");