#include "flutter/shell/platform/common/client_wrapper/include/flutter/standard_method_codec.h"#include "flutter/shell/platform/common/client_wrapper/include/flutter/method_result_functions.h"#include "flutter/shell/platform/common/client_wrapper/testing/test_codec_extensions.h"#include "gtest/gtest.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
Functions | |
| flutter::TEST (StandardMethodCodec, GetInstanceCachesInstance) | |
| flutter::TEST (StandardMethodCodec, HandlesMethodCallsWithNullArguments) | |
| flutter::TEST (StandardMethodCodec, HandlesMethodCallsWithArgument) | |
| flutter::TEST (StandardMethodCodec, HandlesSuccessEnvelopesWithNullResult) | |
| flutter::TEST (StandardMethodCodec, HandlesSuccessEnvelopesWithResult) | |
| flutter::TEST (StandardMethodCodec, HandlesErrorEnvelopesWithNulls) | |
| flutter::TEST (StandardMethodCodec, HandlesErrorEnvelopesWithDetails) | |
| flutter::TEST (StandardMethodCodec, HandlesCustomTypeArguments) | |