Describe block with empty message does not run
danger-ranger opened this issue · 6 comments
danger-ranger commented
e.g.
Describe("", () -> {
It("stuff", () -> {
assertThat(true).isTrue();
});
});
This won't run any tests
danger-ranger commented
Not a big deal, it's just unexpected sometimes
paulcwarren commented
So, we suspect an empty Describe label? Will fix soonest. Thx for the issue.
danger-ranger commented
Yeah. It's not exactly a valid use case, but
paulcwarren commented
Hey Gavin,
I started having a look at this today. When I attempt to run that test I get an IllegalArgumentException from the framework. I just wanted to check a couple of things. 1. you are seeing the same thing and 2. expected behavior from your point of view. Do you expect this to run (and obviously pass)? 3. what version of junit are you guys using there?
danger-ranger commented
paulcwarren commented
Fixed. Will be in 1.0.8