James Eschner
val myList: List<String> = ...
myList.forEach { test("for-each element: $it") { // assertions here } }
test("for the entire list") { myList.forEach { // assertions here } }
A modern programming language that makes developers happier.