Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

#128 replace expected with assert #129

Closed oomelianchuk closed 4 years ago

oomelianchuk commented 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