Join Slack
Powered by
I'm trying to recreate this test but none of the i...
# kotlintest
j
Johan Alkstål
09/10/2019, 6:16 PM
I'm trying to recreate this test but none of the imports of
forAll
seem to be the right one?
Copy code
forAll(2300) { a: String, b: String -> (a + b).length == a.length + b.length }
Open in Slack
Previous
Next