Package-level declarations

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listTestCasesResponseTestCaseSummary")
fun Flow<ListTestCasesResponse>.testCases(): Flow<TestCaseSummary>

This paginator transforms the flow returned by listTestCasesPaginated to access the nested member TestCaseSummary

Link copied to clipboard
@JvmName(name = "listTestConfigurationsResponseTestConfigurationSummary")
fun Flow<ListTestConfigurationsResponse>.testConfigurations(): Flow<TestConfigurationSummary>

This paginator transforms the flow returned by listTestConfigurationsPaginated to access the nested member TestConfigurationSummary

Link copied to clipboard
@JvmName(name = "listTestRunsResponseTestRunSummary")
fun Flow<ListTestRunsResponse>.testRuns(): Flow<TestRunSummary>

This paginator transforms the flow returned by listTestRunsPaginated to access the nested member TestRunSummary

Link copied to clipboard
@JvmName(name = "listTestRunStepsResponseTestRunStepSummary")
fun Flow<ListTestRunStepsResponse>.testRunSteps(): Flow<TestRunStepSummary>

This paginator transforms the flow returned by listTestRunStepsPaginated to access the nested member TestRunStepSummary

Link copied to clipboard
@JvmName(name = "listTestRunTestCasesResponseTestCaseRunSummary")
fun Flow<ListTestRunTestCasesResponse>.testRunTestCases(): Flow<TestCaseRunSummary>

This paginator transforms the flow returned by listTestRunTestCasesPaginated to access the nested member TestCaseRunSummary

Link copied to clipboard
@JvmName(name = "listTestSuitesResponseTestSuiteSummary")
fun Flow<ListTestSuitesResponse>.testSuites(): Flow<TestSuiteSummary>

This paginator transforms the flow returned by listTestSuitesPaginated to access the nested member TestSuiteSummary