Created
November 20, 2019 20:26
-
-
Save elihart/979d127fe1a01b6e48903116cda142ee to your computer and use it in GitHub Desktop.
MvRxViewModelBoldTest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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