Created
November 20, 2019 20:32
-
-
Save elihart/24e16b13bde41ebe600b355f99c0d364 to your computer and use it in GitHub Desktop.
MvRxViewModelPropertyTestExample
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 { | |
sets { ::options { ::bold } } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment