#include "flutter/shell/platform/common/client_wrapper/include/flutter/event_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/event_stream_handler_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 (EventChannelTest, Registration) | |
| flutter::TEST (EventChannelTest, Unregistration) | |
| flutter::TEST (EventChannelTest, Cancel) | |
| flutter::TEST (EventChannelTest, ListenNotCancel) | |
| flutter::TEST (EventChannelTest, ReRegistration) | |
| flutter::TEST (EventChannelTest, HandlerOutlivesEventChannel) | |
| flutter::TEST (EventChannelTest, StreamHandlerErrorPassByValue) | |
| flutter::TEST (EventChannelTest, StreamHandlerErrorNullptr) | |