Closed oomelianchuk closed 4 years ago
The only place I found, where @Test(expected =...) annotation should be replaced with Assert.assertThrows v due to risk of error masking
@Test(expected =...)
Assert.assertThrows
The only place I found, where
@Test(expected =...)
annotation should be replaced withAssert.assertThrows
v due to risk of error masking