testCases

@JvmName(name = "describeTestCasesResponseTestCase")
fun Flow<DescribeTestCasesResponse>.testCases(): Flow<TestCase>

This paginator transforms the flow returned by describeTestCasesPaginated to access the nested member TestCase

Return

A kotlinx.coroutines.flow.Flow that can collect TestCase