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

commonMain.com.saveourtool.save.test.analysis.results.Regression.kt Maven / Gradle / Ivy

The newest version!
package com.saveourtool.save.test.analysis.results

import kotlinx.serialization.Serializable

/**
 * @property detailMessage the detail message string of this result.
 */
@Serializable
data class Regression(override val detailMessage: String = "") : IrregularTest()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy