We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.24.0
0.24.0
When using should throw the Exception or should throw from kluent you often end up doing this:
should throw the Exception
should throw
@Test fun `kluent issue`() { val any = Any(); //some setup { any.toString() } `should throw` Exception::class }
The semi-colon is reported as unnecessary: Unnecessary semicolon (cannot be auto-corrected)
Unnecessary semicolon (cannot be auto-corrected)
But Android Studio doesn't mark it as unnecessary:
and removing it causes:
The text was updated successfully, but these errors were encountered:
d028b95
Fix is coming in 0.25.0 (already in master).
Sorry, something went wrong.
0.25.0 released.
No branches or pull requests
Version
0.24.0
When using
should throw the Exception
orshould throw
from kluent you often end up doing this:The semi-colon is reported as unnecessary:
Unnecessary semicolon (cannot be auto-corrected)
But Android Studio doesn't mark it as unnecessary:
and removing it causes:
The text was updated successfully, but these errors were encountered: