Skip to content

Instantly share code, notes, and snippets.

@elihart
Last active November 20, 2019 21:15
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 elihart/0da6f911bc471edc9981c12c497ceb53 to your computer and use it in GitHub Desktop.
Save elihart/0da6f911bc471edc9981c12c497ceb53 to your computer and use it in GitHub Desktop.
MvrxIntegrationTestsGeneratedClass
@LargeTest
class MvrxIntegrationTests : MvRxIntegrationTestBase() {
@Test
fun booking_fragments_BookingFragment_Screenshots() {
runScreenshots("com.airbnb.android.booking.fragments.BookingFragment")
}
@Test
fun booking_fragments_BookingFragment_Interactions() {
runInteractionTest("com.airbnb.android.booking.fragments.BookingFragment")
}
// More Fragments declared below…
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment