#include "flutter/shell/platform/common/client_wrapper/include/flutter/method_channel.h"
#include <memory>
#include <string>
#include "flutter/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h"
#include "flutter/shell/platform/common/client_wrapper/include/flutter/method_result_functions.h"
#include "flutter/shell/platform/common/client_wrapper/include/flutter/standard_method_codec.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
flutter | |
Functions | |
flutter::TEST (MethodChannelTest, Registration) | |
flutter::TEST (MethodChannelTest, Unregistration) | |
flutter::TEST (MethodChannelTest, InvokeWithoutResponse) | |
flutter::TEST (MethodChannelTest, InvokeWithResponse) | |
flutter::TEST (MethodChannelTest, InvokeNotImplemented) | |
flutter::TEST (MethodChannelTest, Resize) | |
flutter::TEST (MethodChannelTest, SetWarnsOnOverflow) | |