all
All assertions in the given lambda are run.
assertThat("test", name = "test").all {
startsWith("t")
endsWith("t")
}Content copied to clipboard
Parameters
message
An optional message to show before all failures.
body
The body to execute.
All assertions in the given lambda are run.
assertThat("test", name = "test").all {
startsWith("t")
endsWith("t")
}Content copied to clipboard
Parameters
body
The body to execute.