ion-java icon indicating copy to clipboard operation
ion-java copied to clipboard

Improve the factoring of reader tests

Open tgregg opened this issue 2 years ago • 1 comments

IonCursorBinaryTest, IonReaderContinuableCoreBinaryTest, IonReaderContinuableApplicationBinaryTest, and IonReaderContinuableTopLevelBinaryTest should be refactored for improved code reuse and readability by following this template.

tgregg avatar Apr 05 '22 22:04 tgregg

Additionally, replace usages of ExpectedException with assertThrows.

tgregg avatar Sep 22 '23 19:09 tgregg