()
| 288 | } |
| 289 | |
| 290 | @Test |
| 291 | public void testBinaryInt() |
| 292 | { |
| 293 | assertEquals(system().newInt(4), oneValue("0b0100")); |
| 294 | badValue("-0b"); |
| 295 | badValue("0b"); |
| 296 | } |
| 297 | |
| 298 | @Test |
| 299 | public void testNegativeBinaryInt() |
nothing calls this directly
no test coverage detected