ion-java
ion-java copied to clipboard
Improve the factoring of reader tests
IonCursorBinaryTest, IonReaderContinuableCoreBinaryTest, IonReaderContinuableApplicationBinaryTest, and IonReaderContinuableTopLevelBinaryTest should be refactored for improved code reuse and readability by following this template.
Additionally, replace usages of ExpectedException
with assertThrows
.