Lines Matching refs:yes
30 return "yes";
36 shouldBe("predictBooleanArgument(true)", "\"yes\"");
44 shouldBe("predictBooleanArgument(true)", "\"yes\"");
48 shouldBe("predictBooleanArgument(1)", "\"yes\"");
49 shouldBe("predictBooleanArgument(2)", "\"yes\"");
50 shouldBe("predictBooleanArgument(3)", "\"yes\"");
51 shouldBe("predictBooleanArgument(4)", "\"yes\"");
61 shouldBe("predictBooleanArgument(true)", "\"yes\"");
65 shouldBe("predictBooleanArgument(1)", "\"yes\"");
66 shouldBe("predictBooleanArgument(2)", "\"yes\"");
67 shouldBe("predictBooleanArgument(3)", "\"yes\"");
68 shouldBe("predictBooleanArgument(4)", "\"yes\"");