commonMain.com.saveourtool.save.test.TestSuiteValidationResult.kt Maven / Gradle / Ivy
The newest version!
package com.saveourtool.save.test
/**
* The validation result — either a progress message (intermediate or
* terminal) or an error message (terminal).
*/
sealed class TestSuiteValidationResult {
/**
* The unique check id.
*/
abstract val checkId: String
/**
* The human-readable check name.
*/
abstract val checkName: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy