cristiangm
04/22/2020, 8:09 PMexpectThat(build) {
task(":jacocoTestReport").isNotNull().isSuccess()
task(":check").isNotNull().isSuccess()
}
Has a result like:
▼ task path:
✓ is not null
✓ outcome is SUCCESS
▼ task path:
✗ is not null