u
test
πŸ™Œ 1
k
passed
βœ… 2
πŸ˜‚ 2
πŸ˜† 1
d
expectThat(message).isEqualTo("bar")
❌
d
Copy code
fun `foo said test`() = runTest {fail()}
u
What is the biggest advantage of the test?
d
It fails fast
πŸ‘€ 1
πŸ˜† 1