Flutter Linux Embedder
FlPlatformChannelTest Class Reference
Inheritance diagram for FlPlatformChannelTest:

Protected Member Functions

void SetUp () override
 
 ~FlPlatformChannelTest ()
 

Protected Attributes

FlMockBinaryMessenger * messenger = nullptr
 

Detailed Description

Definition at line 13 of file fl_platform_channel_test.cc.

Constructor & Destructor Documentation

◆ ~FlPlatformChannelTest()

FlPlatformChannelTest::~FlPlatformChannelTest ( )
inlineprotected

Definition at line 17 of file fl_platform_channel_test.cc.

17 { g_clear_object(&messenger); }
FlMockBinaryMessenger * messenger

References messenger.

Member Function Documentation

◆ SetUp()

void FlPlatformChannelTest::SetUp ( )
inlineoverrideprotected

Definition at line 15 of file fl_platform_channel_test.cc.

15 { messenger = fl_mock_binary_messenger_new(); }

References messenger.

Member Data Documentation

◆ messenger

FlMockBinaryMessenger* FlPlatformChannelTest::messenger = nullptr
protected

Definition at line 19 of file fl_platform_channel_test.cc.

Referenced by SetUp(), and ~FlPlatformChannelTest().


The documentation for this class was generated from the following file: