mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-21 03:50:40 +00:00
added stubs for other MeteringBloc
events
This commit is contained in:
parent
e4a6f0c1d4
commit
07367afdac
1 changed files with 35 additions and 0 deletions
|
@ -166,4 +166,39 @@ void main() {
|
|||
},
|
||||
timeout: const Timeout(Duration(seconds: 4)),
|
||||
);
|
||||
|
||||
group(
|
||||
'`IsoChangedEvent` tests',
|
||||
() {
|
||||
//
|
||||
},
|
||||
);
|
||||
|
||||
group(
|
||||
'`NdChangedEvent` tests',
|
||||
() {
|
||||
//
|
||||
},
|
||||
);
|
||||
|
||||
group(
|
||||
'`FilmChangedEvent` tests',
|
||||
() {
|
||||
//
|
||||
},
|
||||
);
|
||||
|
||||
group(
|
||||
'`StopTypeChangedEvent` tests',
|
||||
() {
|
||||
//
|
||||
},
|
||||
);
|
||||
|
||||
group(
|
||||
'`EquipmentProfileChangedEvent` tests',
|
||||
() {
|
||||
//
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue