Skip to content

Instantly share code, notes, and snippets.

@ankurg22
Last active January 2, 2021 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankurg22/d57ac90cd2ae1b6b9e4356f2fc8828d2 to your computer and use it in GitHub Desktop.
Save ankurg22/d57ac90cd2ae1b6b9e4356f2fc8828d2 to your computer and use it in GitHub Desktop.
@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