import "flutter/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h"#include "gtest/gtest.h"Go to the source code of this file.
Functions | |
| FLUTTER_ASSERT_ARC | TEST (FlutterStringCodec, CanEncodeAndDecodeNil) |
| TEST (FlutterStringCodec, CanEncodeAndDecodeEmptyString) | |
| TEST (FlutterStringCodec, CanEncodeAndDecodeAsciiString) | |
| TEST (FlutterStringCodec, CanEncodeAndDecodeNonAsciiString) | |
| TEST (FlutterStringCodec, CanEncodeAndDecodeNonBMPString) | |
| TEST (FlutterJSONCodec, ThrowsOnInvalidEncode) | |
| TEST (FlutterJSONCodec, CanDecodeZeroLength) | |
| TEST (FlutterJSONCodec, ThrowsOnInvalidDecode) | |
| TEST (FlutterJSONCodec, CanEncodeAndDecodeNil) | |
| TEST (FlutterJSONCodec, CanEncodeAndDecodeArray) | |
| TEST (FlutterJSONCodec, CanEncodeAndDecodeDictionary) | |
| TEST | ( | FlutterJSONCodec | , |
| CanDecodeZeroLength | |||
| ) |
Definition at line 55 of file flutter_codecs_unittest.mm.
References data.
| TEST | ( | FlutterJSONCodec | , |
| CanEncodeAndDecodeArray | |||
| ) |
Definition at line 73 of file flutter_codecs_unittest.mm.
References value.
| TEST | ( | FlutterJSONCodec | , |
| CanEncodeAndDecodeDictionary | |||
| ) |
Definition at line 81 of file flutter_codecs_unittest.mm.
References value.
| TEST | ( | FlutterJSONCodec | , |
| CanEncodeAndDecodeNil | |||
| ) |
Definition at line 67 of file flutter_codecs_unittest.mm.
| TEST | ( | FlutterJSONCodec | , |
| ThrowsOnInvalidDecode | |||
| ) |
Definition at line 60 of file flutter_codecs_unittest.mm.
References value.
| TEST | ( | FlutterJSONCodec | , |
| ThrowsOnInvalidEncode | |||
| ) |
Definition at line 47 of file flutter_codecs_unittest.mm.
| TEST | ( | FlutterStringCodec | , |
| CanEncodeAndDecodeAsciiString | |||
| ) |
Definition at line 23 of file flutter_codecs_unittest.mm.
References value.
| TEST | ( | FlutterStringCodec | , |
| CanEncodeAndDecodeEmptyString | |||
| ) |
| FLUTTER_ASSERT_ARC TEST | ( | FlutterStringCodec | , |
| CanEncodeAndDecodeNil | |||
| ) |
Definition at line 11 of file flutter_codecs_unittest.mm.
| TEST | ( | FlutterStringCodec | , |
| CanEncodeAndDecodeNonAsciiString | |||
| ) |
Definition at line 31 of file flutter_codecs_unittest.mm.
References value.
| TEST | ( | FlutterStringCodec | , |
| CanEncodeAndDecodeNonBMPString | |||
| ) |
Definition at line 39 of file flutter_codecs_unittest.mm.
References value.