Skip to content
Commit 0628dfba authored by Alejandro Nijamkin's avatar Alejandro Nijamkin
Browse files

Adds Flow extension for collecting values into a list.

Usage is just:
val values by collectValues(underTest.flow)
assertThat(values).isEqualTo(listOf(expected1, expected2, ...))

Test: N/A
Bug: 274159734
Flag: N/A
Change-Id: I9f7ff736f9b7795c4bea91355bb2a42d00b6dfb5
parent 5f1f784b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment