()
| 134 | // Test cases |
| 135 | |
| 136 | @Test |
| 137 | public void testFactoryBlob() |
| 138 | throws Exception |
| 139 | { |
| 140 | IonBlob value = system().newNullBlob(); |
| 141 | checkNullBlob(value); |
| 142 | modifyBlob(value); |
| 143 | } |
| 144 | |
| 145 | @Test |
| 146 | public void testTextNullBlob() |
nothing calls this directly
no test coverage detected