Flutter Engine
 
Loading...
Searching...
No Matches
platform_handler_unittests.cc File Reference

Go to the source code of this file.

Classes

class  flutter::testing::PlatformHandlerTest
 

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Functions

 flutter::testing::TEST_F (PlatformHandlerTest, GetClipboardData)
 
 flutter::testing::TEST_F (PlatformHandlerTest, GetClipboardDataRejectsUnknownContentType)
 
 flutter::testing::TEST_F (PlatformHandlerTest, GetClipboardDataReportsOpenFailure)
 
 flutter::testing::TEST_F (PlatformHandlerTest, GetClipboardDataReportsGetDataFailure)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStrings)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStringsReturnsFalse)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStringsRejectsUnknownContentType)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStringsIgnoresPermissionErrors)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStringsReportsErrors)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetData)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetDataTextMustBeString)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetDataUnknownType)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetDataReportsOpenFailure)
 
 flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetDataReportsSetDataFailure)
 
 flutter::testing::TEST_F (PlatformHandlerTest, PlaySystemSound)
 
 flutter::testing::TEST_F (PlatformHandlerTest, SystemExitApplicationRequired)
 
 flutter::testing::TEST_F (PlatformHandlerTest, SystemExitApplicationCancelableCancel)
 
 flutter::testing::TEST_F (PlatformHandlerTest, SystemExitApplicationCancelableExit)