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

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include "fxjs/cfx_globaldata.h"
#include <stdint.h>
#include <utility>
#include <vector>
#include "core/fxcrt/data_vector.h"
#include "testing/gtest/include/gtest/gtest.h"
Include dependency graph for cfx_globaldata_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (CFXGlobalData, GetSafety)
 TEST (CFXGlobalData, StoreReload)
 TEST (CFXGlobalData, ResetValues)
 TEST (CFXGlobalData, DeleteValues)

Function Documentation

◆ TEST() [1/4]

TEST ( CFXGlobalData ,
DeleteValues  )

◆ TEST() [2/4]

TEST ( CFXGlobalData ,
GetSafety  )

Definition at line 39 of file cfx_globaldata_unittest.cpp.

References CFX_GlobalData::GetAt(), CFX_GlobalData::GetGlobalVariable(), CFX_GlobalData::GetRetainedInstance(), CFX_GlobalData::Release(), CFX_GlobalData::SetGlobalVariableNumber(), and CFX_GlobalData::SetGlobalVariableString().

Here is the call graph for this function:

◆ TEST() [3/4]

TEST ( CFXGlobalData ,
ResetValues  )

◆ TEST() [4/4]