()
| 65 | // Test cases |
| 66 | |
| 67 | @Test |
| 68 | public void testFactoryInt() |
| 69 | { |
| 70 | IonInt value = system().newNullInt(); |
| 71 | checkNullInt(value); |
| 72 | modifyInt(value); |
| 73 | } |
| 74 | |
| 75 | @Test |
| 76 | public void testTextNullInt() |
nothing calls this directly
no test coverage detected