-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add contracts to Kotlin-specific assertions (#3259)
* Introduce Kotlin-specific `assertNull` and `assertNotNull` methods * Introduce contracts for `assertNull`, `assertNotNull`, `assertThrows` and `assertDoesNotThrow` methods * Add examples to KotlinAssertionsDemo Resolves #1866.
- Loading branch information
Showing
5 changed files
with
410 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.