[K/N][test] Use Executors in the New test infra
Add RunnerWithExecutor class that uses Executors Re-use checkers in the new executor Merge-request: KT-MR-8964
This commit is contained in:
committed by
Space Team
parent
76ab130011
commit
60f43d6d4f
+4
-4
@@ -108,10 +108,10 @@ data class SimulatorRuntimeDescriptor(
|
||||
}
|
||||
|
||||
data class DeviceType(
|
||||
@Expose val bundlePath: String,
|
||||
@Expose val name: String,
|
||||
@Expose val identifier: String,
|
||||
@Expose val productFamily: String
|
||||
@Expose val bundlePath: String,
|
||||
@Expose val name: String,
|
||||
@Expose val identifier: String,
|
||||
@Expose val productFamily: String
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user