I'm trying to recreate this test but none of the i...
# kotlintest
j
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
      }