I also use `and` but it does not read so well in ...
# strikt
c
I also use
and
but it does not read so well in some cases:
Copy code
get(SuiteResult::failedTests).hasSize(1).single().and {
            get(TestFailure::name).isEqualTo("failing test")
            get(TestFailure::throwable).isSameInstanceAs(failingTestFinished.get())
        }