Commit graph

14 commits

Author SHA1 Message Date
Vadim
d26da843b3 EquipmentProfileListener tests 2023-11-01 21:09:56 +01:00
Vadim
6cffcd1998 EquipmentProfileProvider tests 2023-10-19 20:40:49 +02:00
Vadim
f485a04424 IsoValuePicker tests 2023-10-19 20:27:42 +02:00
Vadim
a5c8908983 removed unnecessary imports 2023-10-14 19:45:38 +02:00
Vadim
1c41abbde9 FilmPicker tests 2023-10-14 19:24:00 +02:00
Vadim
e06ee35265 Moved EquipmentProfileProvider & FilmsProvider to the main repo 2023-10-07 22:25:04 +02:00
Vadim
fce20c7154 fixed animated dialog picker tests 2023-10-07 00:11:21 +02:00
Vadim
e15d64b10f FilmPicker widget tests 2023-10-06 23:14:04 +02:00
Vadim
0776a3b829 dialog picker test 2023-10-06 12:53:08 +02:00
Vadim
c7abfdedb2 ExtremeExposurePairsContainer widget test 2023-10-06 12:04:13 +02:00
Vadim
9203db5d02 Moved Animated dialog picker to widget tests 2023-10-06 11:18:40 +02:00
Vadim
e665b23513 MeteringInteractor tests 2023-07-10 17:20:19 +02:00
Vadim
e001c153fb
ML-11 Implement volume buttons actions (#86)
* [Android] wip

* implemented `VolumeEventsService`

* implemented `VolumeKeysListener` (wip)

* Added screenshots links

* [Android] nullable typo

* implemented `VolumeKeysNotifier`

* deinitialize camera when on Settings screen

* disable volume handling when on Settings screen

* used "platform" package to mock `isAndroid`

* init/deinit camera on settings open

* allow volume action override only on metering screen

* lints

* cleanup

* await dispose

* tests

* reduced `SwitchListTile.contentPadding`

* fixed tests

* removed `VolumeAction.zoom`

* added social preview

* typo

* fixed `CameraContainerBloc` tests

* added `Stream.empty()` tests
2023-07-09 13:39:33 +02:00
Vadim
74d0a7101c
ML-62 Bloc's tests (#78)
* removed redundant `UserPreferencesService` from `MeteringBloc`

* wip

* post-merge fixes

* `MeasureEvent` tests

* `MeasureEvent` tests revision

* `MeasureEvent` tests added timeout

* added stubs for other `MeteringBloc` events

* rewritten `MeteringBloc` logic

* wip

* `IsoChangedEvent` tests

* refined `IsoChangedEvent` tests

* `NdChangedEvent` tests

* `FilmChangedEvent` tests

* `MeteringCommunicationBloc` tests

* added test run to ci

* overriden `==` for `MeasuredState`

* `LuxMeteringEvent` tests

* refined `LuxMeteringEvent` tests

* rename

* wip

* wip

* `InitializeEvent`/`DeinitializeEvent` tests

* clamp minZoomLevel

* fixed `MeteringCommunicationBloc` tests

* wip

* `ZoomChangedEvent` tests

* `ExposureOffsetChangedEvent`/`ExposureOffsetResetEvent` tests

* renamed test groups

* added test coverage script

* improved `CameraContainerBloc` test coverage

* `EquipmentProfileChangedEvent` tests

* verify response vibration

* fixed running all tests

* `MeteringCommunicationBloc` equality tests

* `CameraContainerBloc` equality tests

* removed generated code from coverage
2023-06-20 08:43:49 +02:00