Skip to content

Instantly share code, notes, and snippets.

@elihart
Created November 20, 2019 20:33
Show Gist options
  • Save elihart/05152cdfba90367ace26bf23ed1b69b3 to your computer and use it in GitHub Desktop.
Save elihart/05152cdfba90367ace26bf23ed1b69b3 to your computer and use it in GitHub Desktop.
MvRxViewModelTestSetsMappedExample
@Test
fun squared() = TestViewModel::squareNumber {
setsMapped(2 to 4, 5 to 25) {  ::result }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment