JUnitTestReport

data class JUnitTestReport(val testName: String, val css: String, val traces: List<TraceEntry>, val traffic: List<TrafficEntry>, val stdOut: String, val stdErr: String) : ViewModel(source)

Constructors

Link copied to clipboard
constructor(testName: String, css: String, traces: List<TraceEntry>, traffic: List<TrafficEntry>, stdOut: String, stdErr: String)

Properties

Link copied to clipboard
val css: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun template(): String