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

commonMain.com.saveourtool.save.kafka.TestExecutionTaskDto.kt Maven / Gradle / Ivy

The newest version!
package com.saveourtool.save.kafka

import com.saveourtool.save.test.TestDto

/**
 * @property tests
 * @property cliArgs
 * @property messageId
 */
data class TestExecutionTaskDto(
    val tests: List,
    val cliArgs: String,
    override val messageId: String? = null
) : KafkaMsg




© 2015 - 2025 Weber Informatics LLC | Privacy Policy