vert-x / testtools

Vert.x 2.x is deprecated - use instead
http://vertx.io/docs/vertx-unit/java/
Other
10 stars 10 forks source link

@Test(expected=....) does not work #5

Open ewolff opened 11 years ago

ewolff commented 11 years ago

@Test(expected=SomeException.class) does not work Failing test: https://gist.github.com/ewolff/5894753