testTargetsForShard

@JvmName(name = "hphwysakgseuggvq")
suspend fun testTargetsForShard(value: Output<List<TestTargetsForShardArgs>>)
@JvmName(name = "ujtyahyfvjlvmdoa")
suspend fun testTargetsForShard(value: List<TestTargetsForShardArgs>)

Parameters

value

Group of packages, classes, and/or test methods to be run for each manually-created shard. You must specify at least one shard if this field is present. When you select one or more physical devices, the number of repeated test_targets_for_shard must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500.


@JvmName(name = "ioyhwgmexrvrpcwc")
suspend fun testTargetsForShard(vararg values: Output<TestTargetsForShardArgs>)


@JvmName(name = "ulhjofdpaeaqjxku")
suspend fun testTargetsForShard(values: List<Output<TestTargetsForShardArgs>>)
@JvmName(name = "ijxsclvnfjuhrqga")
suspend fun testTargetsForShard(vararg values: TestTargetsForShardArgs)

Parameters

values

Group of packages, classes, and/or test methods to be run for each manually-created shard. You must specify at least one shard if this field is present. When you select one or more physical devices, the number of repeated test_targets_for_shard must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500.


@JvmName(name = "cwulyeanuipqedva")
suspend fun testTargetsForShard(argument: List<suspend TestTargetsForShardArgsBuilder.() -> Unit>)
@JvmName(name = "xufluufgdlljyxsn")
suspend fun testTargetsForShard(vararg argument: suspend TestTargetsForShardArgsBuilder.() -> Unit)
@JvmName(name = "epnyrytepiycgluq")
suspend fun testTargetsForShard(argument: suspend TestTargetsForShardArgsBuilder.() -> Unit)

Parameters

argument

Group of packages, classes, and/or test methods to be run for each manually-created shard. You must specify at least one shard if this field is present. When you select one or more physical devices, the number of repeated test_targets_for_shard must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500.