commonMain.com.saveourtool.save.domain.RunConfiguration.kt Maven / Gradle / Ivy
The newest version!
package com.saveourtool.save.domain
import kotlinx.serialization.Serializable
/**
* Describes the configuration to run tests on SAVE backend.
*
* @property startCommand shell command to run the file and its arguments
* @property fileName name of the supplied file. fixme: is it needed?
*/
@Serializable
data class RunConfiguration(val startCommand: List, val fileName: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy