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
cxfa_node_unittest.cpp File Reference

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include "xfa/fxfa/parser/cxfa_node.h"
#include "fxjs/gc/heap.h"
#include "fxjs/xfa/cjx_node.h"
#include "testing/fxgc_unittest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "v8/include/cppgc/allocation.h"
#include "v8/include/cppgc/persistent.h"
#include "xfa/fxfa/parser/cxfa_document.h"
+ Include dependency graph for cxfa_node_unittest.cpp:

Go to the source code of this file.

Classes

class  CXFANodeTest
 

Functions

 TEST_F (CXFANodeTest, InsertFirstChild)
 
 TEST_F (CXFANodeTest, InsertChildByNegativeIndex)
 
 TEST_F (CXFANodeTest, InsertChildByIndex)
 
 TEST_F (CXFANodeTest, InsertChildIndexPastEnd)
 
 TEST_F (CXFANodeTest, InsertFirstChildBeforeNullptr)
 
 TEST_F (CXFANodeTest, InsertBeforeWithNullBefore)
 
 TEST_F (CXFANodeTest, InsertBeforeFirstChild)
 
 TEST_F (CXFANodeTest, InsertBefore)
 
 TEST_F (CXFANodeTest, RemoveOnlyChild)
 
 TEST_F (CXFANodeTest, RemoveFirstChild)
 
 TEST_F (CXFANodeTest, RemoveLastChild)
 
 TEST_F (CXFANodeTest, RemoveChild)
 
 TEST_F (CXFANodeTest, InsertChildWithParent)
 
 TEST_F (CXFANodeTest, InsertNullChild)
 
 TEST_F (CXFANodeTest, InsertBeforeWithNullChild)
 
 TEST_F (CXFANodeTest, InsertBeforeWithBeforeInAnotherParent)
 
 TEST_F (CXFANodeTest, InsertBeforeWithNodeInAnotherParent)
 
 TEST_F (CXFANodeTest, RemoveChildNullptr)
 
 TEST_F (CXFANodeTest, RemoveChildAnotherParent)
 
 TEST_F (CXFANodeTest, AncestorOf)
 
 TEST_F (CXFANodeTest, DeltaObjectIsNode)
 

Function Documentation

◆ TEST_F() [1/21]

TEST_F ( CXFANodeTest ,
AncestorOf  )

Definition at line 394 of file cxfa_node_unittest.cpp.

References CXFA_Node::InsertChildAndNotify(), and CXFA_Node::IsAncestorOf().

+ Here is the call graph for this function:

◆ TEST_F() [2/21]

TEST_F ( CXFANodeTest ,
DeltaObjectIsNode  )

Definition at line 415 of file cxfa_node_unittest.cpp.

References CXFA_Node::Create(), and CXFA_Object::IsNode().

+ Here is the call graph for this function:

◆ TEST_F() [3/21]

TEST_F ( CXFANodeTest ,
InsertBefore  )

Definition at line 211 of file cxfa_node_unittest.cpp.

◆ TEST_F() [4/21]

TEST_F ( CXFANodeTest ,
InsertBeforeFirstChild  )

Definition at line 189 of file cxfa_node_unittest.cpp.

◆ TEST_F() [5/21]

TEST_F ( CXFANodeTest ,
InsertBeforeWithBeforeInAnotherParent  )

Definition at line 349 of file cxfa_node_unittest.cpp.

References CXFA_Node::InsertChildAndNotify().

+ Here is the call graph for this function:

◆ TEST_F() [6/21]

TEST_F ( CXFANodeTest ,
InsertBeforeWithNodeInAnotherParent  )

Definition at line 363 of file cxfa_node_unittest.cpp.

References CXFA_Node::InsertChildAndNotify().

+ Here is the call graph for this function:

◆ TEST_F() [7/21]

TEST_F ( CXFANodeTest ,
InsertBeforeWithNullBefore  )

Definition at line 167 of file cxfa_node_unittest.cpp.

◆ TEST_F() [8/21]

TEST_F ( CXFANodeTest ,
InsertBeforeWithNullChild  )

Definition at line 344 of file cxfa_node_unittest.cpp.

◆ TEST_F() [9/21]

TEST_F ( CXFANodeTest ,
InsertChildByIndex  )

Definition at line 96 of file cxfa_node_unittest.cpp.

◆ TEST_F() [10/21]

TEST_F ( CXFANodeTest ,
InsertChildByNegativeIndex  )

Definition at line 77 of file cxfa_node_unittest.cpp.

◆ TEST_F() [11/21]

TEST_F ( CXFANodeTest ,
InsertChildIndexPastEnd  )

Definition at line 134 of file cxfa_node_unittest.cpp.

◆ TEST_F() [12/21]

TEST_F ( CXFANodeTest ,
InsertChildWithParent  )

Definition at line 330 of file cxfa_node_unittest.cpp.

References CXFA_Node::InsertChildAndNotify().

+ Here is the call graph for this function:

◆ TEST_F() [13/21]

TEST_F ( CXFANodeTest ,
InsertFirstChild  )

Definition at line 62 of file cxfa_node_unittest.cpp.

◆ TEST_F() [14/21]

TEST_F ( CXFANodeTest ,
InsertFirstChildBeforeNullptr  )

Definition at line 156 of file cxfa_node_unittest.cpp.

◆ TEST_F() [15/21]

TEST_F ( CXFANodeTest ,
InsertNullChild  )

Definition at line 340 of file cxfa_node_unittest.cpp.

◆ TEST_F() [16/21]

TEST_F ( CXFANodeTest ,
RemoveChild  )

Definition at line 305 of file cxfa_node_unittest.cpp.

◆ TEST_F() [17/21]

TEST_F ( CXFANodeTest ,
RemoveChildAnotherParent  )

Definition at line 381 of file cxfa_node_unittest.cpp.

References CXFA_Node::InsertChildAndNotify().

+ Here is the call graph for this function:

◆ TEST_F() [18/21]

TEST_F ( CXFANodeTest ,
RemoveChildNullptr  )

Definition at line 376 of file cxfa_node_unittest.cpp.

◆ TEST_F() [19/21]

TEST_F ( CXFANodeTest ,
RemoveFirstChild  )

Definition at line 257 of file cxfa_node_unittest.cpp.

◆ TEST_F() [20/21]

TEST_F ( CXFANodeTest ,
RemoveLastChild  )

Definition at line 281 of file cxfa_node_unittest.cpp.

◆ TEST_F() [21/21]

TEST_F ( CXFANodeTest ,
RemoveOnlyChild  )

Definition at line 242 of file cxfa_node_unittest.cpp.