Lines Matching full:shouldbe
30 shouldBe("o1.b", "8");
32 shouldBe("o1.b", "11");
39 shouldBe("o2.b", "8");
41 shouldBe("o2.b", "11");
45 shouldBe("o3.x = 10; o3.x", "42");
58 shouldBe("o4.__lookupGetter__('b')", "getB");
59 shouldBe("o4.__lookupSetter__('b')", "setB");
74 shouldBe("x", "0");
88 shouldBe("o8.numSets", "0");
92 shouldBe("typeof testObj.getter", "'string'");
96 shouldBe("o9.b", "8");
98 shouldBe("o9.b", "11");
102 shouldBe("o10[42]", "8");
104 shouldBe("o10[42]", "11");