TakTestResult
data class TakTestResult(val fixtureName: String, val xmlBytes: Int, val compressedBytes: Int, val passed: Boolean, val error: String? = null, val protocol: TakProtocol = TakProtocol.V2, val expectedDrop: Boolean = false)(source)
Result of sending a single test fixture through the TAK mesh pipeline.