Created
January 26, 2018 13:16
-
-
Save maiatoday/0f951a7e0b06500acaffc702ef408689 to your computer and use it in GitHub Desktop.
intendedTest
This file contains 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
intended(allOf( | |
hasComponent(StarActivity::class.java.name), | |
hasExtras( | |
hasEntry(StarActivity.EXTRA_PARAMS, allOf(isA(ContrivedParams::class.java), | |
equalTo(expectedParams)))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment