Luke
10/30/2020, 6:02 PMcollection shouldExist { … }
? I want to test that the collection does not contain an element matching the predicatesam
10/30/2020, 6:04 PMcollection.forNone {
it some matcher
it another matcher
}
sam
10/30/2020, 6:04 PMLuke
10/30/2020, 6:07 PM