A minimal version of assertK including:
- assertion verb "assert"
- lazy and immediate assertions
- assertion for nullable types
- feature assertions for properties (functions will follow)
- except{} for Throwable
- OnlyFailureReporting
- SameLineAssertionMessageFormatter
- and a minimal set of assertion functions
Not included in this release yet:
- a
not
operator - assertion functions for collections
- assertion functions in form of operators