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.

Constructors

Link copied to clipboard
constructor(fixtureName: String, xmlBytes: Int, compressedBytes: Int, passed: Boolean, error: String? = null, protocol: TakProtocol = TakProtocol.V2, expectedDrop: Boolean = false)

Properties

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