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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "fxjs/xfa/cfxjse_mapmodule.h"
#include "core/fxcrt/fx_string.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/abseil-cpp/absl/types/optional.h"
#include "xfa/fxfa/parser/cxfa_measurement.h"
+ Include dependency graph for cfxjse_mapmodule_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (CFXJSEMapModule, EmptyModule)
 
 TEST (CFXJSEMapModule, InsertDelete)
 
 TEST (CFXJSEMapModule, KeyCollision)
 
 TEST (CFXJSEMapModule, MergeData)
 

Function Documentation

◆ TEST() [1/4]

TEST ( CFXJSEMapModule ,
EmptyModule  )

Definition at line 14 of file cfxjse_mapmodule_unittest.cpp.

References CFXJSE_MapModule::HasKey().

+ Here is the call graph for this function:

◆ TEST() [2/4]

TEST ( CFXJSEMapModule ,
InsertDelete  )

Definition at line 24 of file cfxjse_mapmodule_unittest.cpp.

References fxcrt::WideString::WideString(), CXFA_Measurement::GetUnit(), CXFA_Measurement::GetValue(), CFXJSE_MapModule::HasKey(), CFXJSE_MapModule::RemoveKey(), CFXJSE_MapModule::SetMeasurement(), CFXJSE_MapModule::SetString(), and CFXJSE_MapModule::SetValue().

+ Here is the call graph for this function:

◆ TEST() [3/4]

TEST ( CFXJSEMapModule ,
KeyCollision  )

Definition at line 61 of file cfxjse_mapmodule_unittest.cpp.

References fxcrt::WideString::WideString(), CXFA_Measurement::GetUnit(), CFXJSE_MapModule::HasKey(), CFXJSE_MapModule::SetMeasurement(), CFXJSE_MapModule::SetString(), and CFXJSE_MapModule::SetValue().

+ Here is the call graph for this function:

◆ TEST() [4/4]

TEST ( CFXJSEMapModule ,
MergeData  )

Definition at line 91 of file cfxjse_mapmodule_unittest.cpp.

References fxcrt::WideString::WideString(), CXFA_Measurement::GetUnit(), CFXJSE_MapModule::MergeDataFrom(), CFXJSE_MapModule::SetMeasurement(), CFXJSE_MapModule::SetString(), and CFXJSE_MapModule::SetValue().

+ Here is the call graph for this function: