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