You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1754
## Test Plan
> How do we know the code works?
- code is refactored according to the description provided in #1754 with a change
`interface Execute : (Config, Type) -> TestMatrix.Result` -> `interface Execute : (Config, List<Type>) -> <TestMatrix.Data>`
- all runs of `flank firebase test android run ... ` work without any problems like previously
## Checklist
- [x] Unit tested
Plan
According to the specification described in epic #1727
add abstraction and implementation for the following part of the data layer:
Abstraction
ftl/data/TestMatrixAndroid.kt
Target
AndroidRunCommand
->AndroidArgs/runAndroidTests
->GcAndroidTestMatrix/build
AndroidTestConfig
Adapter
ftl/adapter/GoogleTestMatrixAndroid.kt
The text was updated successfully, but these errors were encountered: