Last active
January 2, 2021 19:27
-
-
Save ankurg22/d57ac90cd2ae1b6b9e4356f2fc8828d2 to your computer and use it in GitHub Desktop.
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
@RunWith(MockitoJUnitRunner::class) | |
class GreetingViewTests { | |
@Test | |
fun `greeting fetch in progress and user sees progress bar`() { | |
// Setup | |
// Act | |
// Assert | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment