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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "core/fxcrt/tree_node.h"
#include <memory>
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for tree_node_unittest.cpp:

Go to the source code of this file.

Classes

class  fxcrt::TestTreeNode
 

Namespaces

namespace  fxcrt
 

Functions

 fxcrt::TEST (TreeNode, SelfAppendFirstChild)
 
 fxcrt::TEST (TreeNode, SelfAppendLastChild)
 
 fxcrt::TEST (TreeNode, SelfInsertBeforeOther)
 
 fxcrt::TEST (TreeNode, InsertOtherBeforeSelf)
 
 fxcrt::TEST (TreeNode, SelfInsertAfterOther)
 
 fxcrt::TEST (TreeNode, InsertOtherAfterSelf)
 
 fxcrt::TEST (TreeNode, RemoveParentless)
 
 fxcrt::TEST (TreeNode, RemoveFromWrongParent)
 
 fxcrt::TEST (TreeNode, SafeRemove)
 
 fxcrt::TEST (TreeNode, SafeRemoveParentless)
 
 fxcrt::TEST (TreeNode, RemoveAllChildren)
 
 fxcrt::TEST (TreeNode, NthChild)
 
 fxcrt::TEST (TreeNode, AppendFirstChild)
 
 fxcrt::TEST (TreeNode, RemoveChild)