e.g ```val list = listOf(1,2,3) expect { list.ha...
# strikt
r
e.g
Copy code
val list = listOf(1,2,3)
expect {
  list.hasLength(3)
}