Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cpwl_edit_embeddertest.cpp File Reference

(ab965b1c2c3e7e4cd62a4b45abfaf393f4fb4618)

+ Include dependency graph for cpwl_edit_embeddertest.cpp:

Go to the source code of this file.

Classes

class  CPWLEditEmbedderTest
 

Functions

 TEST_F (CPWLEditEmbedderTest, TypeText)
 
 TEST_F (CPWLEditEmbedderTest, GetSelectedTextEmptyAndBasic)
 
 TEST_F (CPWLEditEmbedderTest, GetSelectedTextFragments)
 
 TEST_F (CPWLEditEmbedderTest, DeleteEntireTextSelection)
 
 TEST_F (CPWLEditEmbedderTest, DeleteTextSelectionMiddle)
 
 TEST_F (CPWLEditEmbedderTest, DeleteTextSelectionLeft)
 
 TEST_F (CPWLEditEmbedderTest, DeleteTextSelectionRight)
 
 TEST_F (CPWLEditEmbedderTest, DeleteEmptyTextSelection)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextInEmptyTextField)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextInPopulatedTextFieldLeft)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextInPopulatedTextFieldMiddle)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextInPopulatedTextFieldRight)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedTextFieldWhole)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedTextFieldLeft)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedTextFieldMiddle)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedTextFieldRight)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextInEmptyCharLimitTextFieldOverflow)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextInEmptyCharLimitTextFieldFit)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextInPopulatedCharLimitTextFieldLeft)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextInPopulatedCharLimitTextFieldMiddle)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextInPopulatedCharLimitTextFieldRight)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedCharLimitTextFieldWhole)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedCharLimitTextFieldLeft)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedCharLimitTextFieldMiddle)
 
 TEST_F (CPWLEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedCharLimitTextFieldRight)
 
 TEST_F (CPWLEditEmbedderTest, SetTextWithEndCarriageFeed)
 
 TEST_F (CPWLEditEmbedderTest, SetTextWithEndNewline)
 
 TEST_F (CPWLEditEmbedderTest, SetTextWithEndCarriageFeedAndNewLine)
 
 TEST_F (CPWLEditEmbedderTest, SetTextWithEndNewLineAndCarriageFeed)
 
 TEST_F (CPWLEditEmbedderTest, SetTextWithBodyCarriageFeed)
 
 TEST_F (CPWLEditEmbedderTest, SetTextWithBodyNewline)
 
 TEST_F (CPWLEditEmbedderTest, SetTextWithBodyCarriageFeedAndNewLine)
 
 TEST_F (CPWLEditEmbedderTest, SetTextWithBodyNewLineAndCarriageFeed)
 
 TEST_F (CPWLEditEmbedderTest, ReplaceAndKeepSelection)
 

Function Documentation

◆ TEST_F() [1/34]

TEST_F ( CPWLEditEmbedderTest ,
DeleteEmptyTextSelection  )

Definition at line 205 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [2/34]

TEST_F ( CPWLEditEmbedderTest ,
DeleteEntireTextSelection  )

Definition at line 157 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [3/34]

TEST_F ( CPWLEditEmbedderTest ,
DeleteTextSelectionLeft  )

Definition at line 181 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [4/34]

TEST_F ( CPWLEditEmbedderTest ,
DeleteTextSelectionMiddle  )

Definition at line 169 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [5/34]

TEST_F ( CPWLEditEmbedderTest ,
DeleteTextSelectionRight  )

Definition at line 193 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [6/34]

TEST_F ( CPWLEditEmbedderTest ,
GetSelectedTextEmptyAndBasic  )

Definition at line 110 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [7/34]

TEST_F ( CPWLEditEmbedderTest ,
GetSelectedTextFragments  )

Definition at line 127 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [8/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextAndReplaceSelectionInPopulatedCharLimitTextFieldLeft  )

Definition at line 351 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [9/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextAndReplaceSelectionInPopulatedCharLimitTextFieldMiddle  )

Definition at line 360 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [10/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextAndReplaceSelectionInPopulatedCharLimitTextFieldRight  )

Definition at line 369 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [11/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextAndReplaceSelectionInPopulatedCharLimitTextFieldWhole  )

Definition at line 342 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [12/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextAndReplaceSelectionInPopulatedTextFieldLeft  )

Definition at line 263 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [13/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextAndReplaceSelectionInPopulatedTextFieldMiddle  )

Definition at line 274 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [14/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextAndReplaceSelectionInPopulatedTextFieldRight  )

Definition at line 285 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [15/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextAndReplaceSelectionInPopulatedTextFieldWhole  )

Definition at line 252 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [16/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextInEmptyCharLimitTextFieldFit  )

Definition at line 306 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [17/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextInEmptyCharLimitTextFieldOverflow  )

Definition at line 296 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [18/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextInEmptyTextField  )

Definition at line 214 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [19/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextInPopulatedCharLimitTextFieldLeft  )

Definition at line 316 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [20/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextInPopulatedCharLimitTextFieldMiddle  )

Definition at line 322 of file cpwl_edit_embeddertest.cpp.

References FWL_VKEY_Right.

◆ TEST_F() [21/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextInPopulatedCharLimitTextFieldRight  )

Definition at line 333 of file cpwl_edit_embeddertest.cpp.

References FWL_VKEY_End.

◆ TEST_F() [22/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextInPopulatedTextFieldLeft  )

Definition at line 220 of file cpwl_edit_embeddertest.cpp.

References FWL_VKEY_Home.

◆ TEST_F() [23/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextInPopulatedTextFieldMiddle  )

Definition at line 231 of file cpwl_edit_embeddertest.cpp.

References FWL_VKEY_Left.

◆ TEST_F() [24/34]

TEST_F ( CPWLEditEmbedderTest ,
InsertTextInPopulatedTextFieldRight  )

Definition at line 244 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [25/34]

TEST_F ( CPWLEditEmbedderTest ,
ReplaceAndKeepSelection  )

Definition at line 426 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [26/34]

TEST_F ( CPWLEditEmbedderTest ,
SetTextWithBodyCarriageFeed  )

Definition at line 402 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [27/34]

TEST_F ( CPWLEditEmbedderTest ,
SetTextWithBodyCarriageFeedAndNewLine  )

Definition at line 414 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [28/34]

TEST_F ( CPWLEditEmbedderTest ,
SetTextWithBodyNewline  )

Definition at line 408 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [29/34]

TEST_F ( CPWLEditEmbedderTest ,
SetTextWithBodyNewLineAndCarriageFeed  )

Definition at line 420 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [30/34]

TEST_F ( CPWLEditEmbedderTest ,
SetTextWithEndCarriageFeed  )

Definition at line 378 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [31/34]

TEST_F ( CPWLEditEmbedderTest ,
SetTextWithEndCarriageFeedAndNewLine  )

Definition at line 390 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [32/34]

TEST_F ( CPWLEditEmbedderTest ,
SetTextWithEndNewline  )

Definition at line 384 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [33/34]

TEST_F ( CPWLEditEmbedderTest ,
SetTextWithEndNewLineAndCarriageFeed  )

Definition at line 396 of file cpwl_edit_embeddertest.cpp.

◆ TEST_F() [34/34]

TEST_F ( CPWLEditEmbedderTest ,
TypeText  )

Definition at line 100 of file cpwl_edit_embeddertest.cpp.