christophsturm
04/12/2022, 5:10 PMassert
for the actual assertion like this:
val failedContext = assertNotNull(suiteResult.failedRootContexts.singleOrNull())
assert(failedContext.context.name == "root")
the only thing thats missing is soft asserts