TakTestResult

data class TakTestResult(val fixtureName: String, val xmlBytes: Int, val compressedBytes: Int, val passed: Boolean, val error: String? = null)(source)

Result of sending a single test fixture through the TAK mesh pipeline.

Constructors

Link copied to clipboard
constructor(fixtureName: String, xmlBytes: Int, compressedBytes: Int, passed: Boolean, error: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard