(_a)
| 123 | function shouldBeTrue(_a) { shouldBe(_a, "true"); } |
| 124 | function shouldBeFalse(_a) { shouldBe(_a, "false"); } |
| 125 | function shouldBeNaN(_a) { shouldBe(_a, "NaN"); } |
| 126 | function shouldBeNull(_a) { shouldBe(_a, "null"); } |
| 127 | |
| 128 | function shouldBeEqualToString(a, b) |
no test coverage detected