Skip to content

Instantly share code, notes, and snippets.

@elihart
Created November 20, 2019 20:26
Show Gist options
  • Save elihart/979d127fe1a01b6e48903116cda142ee to your computer and use it in GitHub Desktop.
Save elihart/979d127fe1a01b6e48903116cda142ee to your computer and use it in GitHub Desktop.
MvRxViewModelBoldTest
@Test
fun setBold() = TextViewModel::setBold {
initialState {
setFalse {  ::options {  ::bold } }
}
withParams(true) expectState {
setTrue {  ::options {  ::bold } }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment