``` ...
# strikt
c
Copy code
val assertionError = expectThat(assertionError).isNotNull()
// assertionError is now not nullable
                        expectThat(failure.failure) {
                            get { stackTraceToString() }.isEqualTo(assertionError.stackTraceToString())
                        }