Skip to content

Commit 016aea3

Browse files
BraisGabinautonomousapps
authored andcommitted
Add actual
1 parent 5db1c8f commit 016aea3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testkit/gradle-testkit-truth/src/main/kotlin/com/autonomousapps/kit/truth/BuildResultSubject.kt

+4
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@ public class BuildResultSubject private constructor(
6464
}
6565
return check("taskPaths(%s)", outcome).that(actual!!.taskPaths(outcome))
6666
}
67+
68+
override fun actualCustomStringRepresentation(): String {
69+
return actual?.output ?: "null"
70+
}
6771
}

0 commit comments

Comments
 (0)