Hi, I am in the middle of convincing my colleagues to use kotlin with kotest instead of groovy with spockframework for testing. One point was that spock has a nice framework with the key workd `given`/`when`/`then`/`expect`.
Is there anything similar to this for kotest as well?