tests

@JvmName(name = "oaerrktarftahntn")
suspend fun tests(value: Output<List<URLMapTestArgs>>)
@JvmName(name = "jjkjaxqjfmuumscq")
suspend fun tests(value: List<URLMapTestArgs>?)

Parameters

value

The list of expected URL mapping tests. Request to update this UrlMap will succeed only if all of the test cases pass. You can specify a maximum of 100 tests per UrlMap. Structure is documented below.


@JvmName(name = "sqpmktyxrkdlvlxh")
suspend fun tests(vararg values: Output<URLMapTestArgs>)


@JvmName(name = "qupneescnlynwiqs")
suspend fun tests(values: List<Output<URLMapTestArgs>>)
@JvmName(name = "tgmkedcodbvplxch")
suspend fun tests(vararg values: URLMapTestArgs)

Parameters

values

The list of expected URL mapping tests. Request to update this UrlMap will succeed only if all of the test cases pass. You can specify a maximum of 100 tests per UrlMap. Structure is documented below.


@JvmName(name = "uymieyqddknrpyro")
suspend fun tests(argument: List<suspend URLMapTestArgsBuilder.() -> Unit>)
@JvmName(name = "jleomyibewqmbiuc")
suspend fun tests(vararg argument: suspend URLMapTestArgsBuilder.() -> Unit)
@JvmName(name = "gutodubfpqecwflo")
suspend fun tests(argument: suspend URLMapTestArgsBuilder.() -> Unit)

Parameters

argument

The list of expected URL mapping tests. Request to update this UrlMap will succeed only if all of the test cases pass. You can specify a maximum of 100 tests per UrlMap. Structure is documented below.