-
Notifications
You must be signed in to change notification settings - Fork 64
Weird behavior of should throw
#164
Comments
This looks like the the JUnit dependency for JVM isn't resolved. |
I'm having the same problem. The project uses Spek and not JUnit. I think Kluent should not have an implicit dependency on JUnit. Maybe in |
The dependency to JUnit is a known limitation at the moment, which I've got rid of (switched to The problem is, that using JUnit exceptions has better IDE integration (e.g. diff windows on comparison failures) which It might be worth to check out if this has been resolved in |
I have the same error, my project is banning Junit 4 dependency, so can't use this type of assertion unfortunately. Can you make it work with Junit 5? |
The diff window for IntelliJ seems to also support formatting of the exception message, maybe we can build up on that. |
Hi Markus!
I'm trying to do this:
But have a compile error:
Do you have any clues?
The text was updated successfully, but these errors were encountered: