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
/* | |
* Author: Ankur Gupta(ankurg22) | |
*/ | |
import { | |
widthPercentageToDP as wp2dp, | |
heightPercentageToDP as hp2dp, | |
} from 'react-native-responsive-screen'; | |
/** |
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 | |
} | |
} |