Last active
November 20, 2019 21:15
-
-
Save elihart/0da6f911bc471edc9981c12c497ceb53 to your computer and use it in GitHub Desktop.
MvrxIntegrationTestsGeneratedClass
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
@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