robfletcher
09/08/2018, 2:01 PMexpectThat("foo").isLowerCase().startsWith("f")
) will always throw AtomicAssertionFailure
and a block (expectThat("foo") { isLowerCase() }
) will always throw CompoundAssertionFailure
with each nested failure inside it.