TestResultProvider

class TestResultProvider(val success: Boolean, val log: String, val exception: Throwable?) : TestingUtils.TestResult

Constructors

Link copied to clipboard
constructor(success: Boolean, log: String, exception: Throwable?)

Properties

Link copied to clipboard
Link copied to clipboard
val log: String
Link copied to clipboard