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

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