All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.malinskiy.marathon.report.timeline.Data.kt Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
package com.malinskiy.marathon.report.timeline

data class Data(
    val testName: String,
    val metricType: MetricType,
    val startDate: Long,
    val endDate: Long,
    val expectedValue: Double,
    val variance: Double
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy