Markus Amshove
Markus Amshove
Do releases on those package platforms include manual work? Maybe it's worth it to automate such stuff and put it into a central way (like CI) so that every source...
This is a good idea! At the moment we're using `assertEquals` from `kotlin.test`, which does the comparison and failure message internally, so we would have to write our own implementation
> hello, Is this issue up for grabs? can I take this up? Feel free to take it :-)
This looks like the the JUnit dependency for JVM isn't resolved. Which Kluent and Kotlin versions are you using? Any chance I can look into the project? e.g. is it...
The dependency to JUnit is a known limitation at the moment, which I've got rid of (switched to `kotlin.test`) for the multiplatform branch. The problem is, that using JUnit exceptions...
The diff window for IntelliJ seems to [also support formatting of the exception message](https://stackoverflow.com/questions/10934743/formatting-output-so-that-intellij-idea-shows-diffs-for-two-texts), maybe we can build up on that. The RegEx can [be found here](https://github.com/JetBrains/intellij-community/blob/ea2b2d7677106b8d7cdd26d499e5ddd57c73f7f5/plugins/junit_rt/src/com/intellij/junit4/ExpectedPatterns.java#L34), although it has...
Has been implemented with #207
Are you talking about documentation or the code itself?
Ah I see. I think that would be too much of a maintenance burden for me and also contributors or the changes would have to wait for translation/translates artifact don't...
Thanks for raising this, that would be a nice addition! A specific overload of either function should do it, but I'm not sure which function we should use. `shouldContain` would...