#include <memory>
#include <string>
#include "flutter/shell/platform/windows/client_wrapper/include/flutter/plugin_registrar_windows.h"
#include "flutter/shell/platform/windows/client_wrapper/testing/stub_flutter_windows_api.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
flutter | |
Functions | |
flutter::TEST (PluginRegistrarWindowsTest, GetView) | |
flutter::TEST (PluginRegistrarWindowsTest, GetViewById) | |
flutter::TEST (PluginRegistrarWindowsTest, PluginDestroyedBeforeRegistrar) | |
flutter::TEST (PluginRegistrarWindowsTest, RegisterUnregister) | |
flutter::TEST (PluginRegistrarWindowsTest, CallsRegisteredDelegates) | |
flutter::TEST (PluginRegistrarWindowsTest, StopsOnceHandled) | |