```fun loginUser() = before { // do login things...
# minutest
r
Copy code
fun loginUser() = before {
  // do login things that may throw exceptions
}