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

commonMain.com.saveourtool.save.request.TestFilesRequest.kt Maven / Gradle / Ivy

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

import com.saveourtool.save.test.TestDto
import com.saveourtool.save.test.TestsSourceSnapshotDto
import kotlinx.serialization.Serializable

/**
 * @property test [TestDto] of a test that is requested
 * @property testsSourceSnapshot snapshot where this test exists
 */
@Serializable
data class TestFilesRequest(
    val test: TestDto,
    val testsSourceSnapshot: TestsSourceSnapshotDto,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy