StringSpec({ "All the elements in the list formatted" { val xs = listOf("aa_1", "aa_2", "aa_3") xs.forAll { it.shouldContain("_") it.shouldStartWith("aa") } } })
StringSpec({ "All the elements in the list formatted" { val xs = listOf("aa_1", "aa_2", "aa_3") xs.forAll { it.shouldContain("_") it.shouldStartWith("aa") } } })
StringSpec({ "All the elements in the list formatted" { val xs = listOf("aa_1", "aa_2", "aa_3") xs.forAll { it.shouldContain("_") it.shouldStartWith("aa") } } }) forAll forNone forAtMostOne forAtLeastOne forAny