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

com.malinskiy.marathon.execution.TestBatchResults.kt Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
package com.malinskiy.marathon.execution

import com.malinskiy.marathon.device.Device

data class TestBatchResults(
    val device: Device,
    val finished: Collection,
    val failed: Collection,
    val uncompleted: Collection
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy