Jonathan Bluett-Duncan
Jonathan Bluett-Duncan
Google Truth, AssertJ and Kotest's assertions could still be useful sources of inspiration here?
This still seems somewhat useful to me.
I never said so before, but I'm in support of this proposed change.
@cpovirk @kevinb9n So am I right to understand that, for example, if we have the following method, ```java static String getStringOnOption(int option) { switch (option) { case 1: return "qwerty";...
@Androbin Sorry, I'm unclear on how #40 is related to this issue. Would you kindly clarify things for me?
Sounds good to me @cpovirk! 👍
This sounds like a useful usability feature!
> configurable exceptions that initiate a retry, defaulting to `{Throwable.class}` Hmm, how about defaulting to `Exception.class` or `Throwable.class-except-blacklisted-exceptions`? My thinking is that in the off-chance an `OutOfMemoryError` is thrown, it...
Hi @vandanasingh9999, about a year ago, I wrote a response for someone else who asked a very similar question. I attach a link to that discussion below, as I think...
@vandanasingh9999 And if you still feel stuck after reading over that link, please feel more than free to sign up on the [Gitter chatroom](https://gitter.im/junit-team/junit5) with your GitHub account and to...