File tree Expand file tree Collapse file tree
app/src/androidTest/java/to/bitkit
ui/screens/widgets/calculator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ package to.bitkit.test.annotations
2+
3+ @Retention(AnnotationRetention .RUNTIME )
4+ @Target(AnnotationTarget .CLASS , AnnotationTarget .FUNCTION )
5+ annotation class CalculatorWidget
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ import to.bitkit.models.widget.CalculatorValues
4646import to.bitkit.repositories.AmountInputHandler
4747import to.bitkit.repositories.CurrencyRepo
4848import to.bitkit.repositories.WidgetsRepo
49+ import to.bitkit.test.annotations.CalculatorWidget
4950import to.bitkit.test.annotations.DeviceIntegration
5051import to.bitkit.test.annotations.DeviceUiIntegration
5152import to.bitkit.ui.screens.widgets.calculator.components.CalculatorCard
@@ -59,6 +60,7 @@ import kotlin.test.assertEquals
5960@HiltAndroidTest
6061@UninstallModules(RepoModule ::class )
6162@RunWith(AndroidJUnit4 ::class )
63+ @CalculatorWidget
6264@DeviceIntegration
6365@DeviceUiIntegration
6466class CalculatorCardIntegrationTest {
You can’t perform that action at this time.
0 commit comments