Closed swift-kim closed 2 years ago
@bbrto21
Run
, Stop
, GetPluginRegistrar
, and GetTextureRegistrar
are tested by RunDoesExpectedInitialization
so we don't have to test them again.RunEngine
or StopEngine
twice is an undefined behavior and I don't think we need to test them.GetTextureRegistrar
is already disabled and we don't have plan to support headed testing in the near future.
The current test code for
FlutterTizenEngine
is confusing because two different test patterns (mock_engine.cc
-based andMOCK_ENGINE_PROC
-based) are being used simultaneously. We should only use a single consistent pattern.