Skip to content

Commit

Permalink
Increased coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Mar 7, 2024
1 parent a7fea62 commit 55b25ad
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ public void testStringOk() throws IOException {
Assert.assertEquals( "a", test2 );
}

@Test
public void testKo() throws IOException {
SimpleValue val = new SimpleValue( "b" );
Assert.assertThrows( IOException.class, () -> ObjectIO.fullSerializationTest( val ) );
}

}

0 comments on commit 55b25ad

Please sign in to comment.