Join Slack
Communities
Powered by
```val a = somethingReturningNullable() a.shouldNo...
# kotest
s
sam
10/01/2020, 9:13 PM
Copy code
val a = somethingReturningNullable() a.shouldNotBeNull() a.foo.shouldBeNull()
Open in Slack
Previous
Next