We call them `Inspectors` <https://github.com/kot...
# kotlintest
l
We call them
Inspectors
https://github.com/kotlintest/kotlintest/blob/master/doc/reference.md#inspectors
Copy code
val xs = listOf("aa_1", "aa_2", "aa_3")
    xs.forAll {
      it.shouldContain("_")
      it.shouldStartWith("aa")
    }