LeoColman
Inspectors
val xs = listOf("aa_1", "aa_2", "aa_3") xs.forAll { it.shouldContain("_") it.shouldStartWith("aa") }