tests

@JvmName(name = "rbokvmmdnddrtfws")
suspend fun tests(value: Output<List<URLMapTestArgs>>)
@JvmName(name = "maeirlkggmlutotl")
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 = "ggtulujtotmyucnc")
suspend fun tests(vararg values: Output<URLMapTestArgs>)


@JvmName(name = "lpprnhwoyjjpgcda")
suspend fun tests(values: List<Output<URLMapTestArgs>>)
@JvmName(name = "svhrkfxseaycttyb")
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 = "btpdopduvfpqaxao")
suspend fun tests(argument: List<suspend URLMapTestArgsBuilder.() -> Unit>)
@JvmName(name = "kialdjdcixpuvpsj")
suspend fun tests(vararg argument: suspend URLMapTestArgsBuilder.() -> Unit)
@JvmName(name = "bidumakmjripkdsx")
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.