slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
| 函数
YGConfigTest.cpp 文件参考
#include <gtest/gtest.h>
#include <yoga/Yoga.h>
#include <yoga/config/Config.h>
#include <yoga/node/Node.h>
#include <functional>
#include <memory>
#include <stdexcept>
YGConfigTest.cpp 的引用(Include)关系图:

struct  ConfigCloningTest
 

函数

 TEST_F (ConfigCloningTest, uses_values_provided_by_cloning_callback)
 
 TEST_F (ConfigCloningTest, falls_back_to_regular_cloning_if_callback_returns_null)
 
 TEST (YogaTest, config_point_scale_factor_negative_throws)
 
 TEST (YogaTest, config_set_logger_null_resets_to_default_logger)
 
 TEST (YogaTest, config_version_increments_only_on_actual_changes)
 
 TEST (YogaTest, config_update_invalidates_layout_detects_each_property)
 
 TEST (YogaTest, config_errata_bitmask_add_remove_operations)
 

函数说明

◆ TEST() [1/5]

TEST ( YogaTest ,
config_errata_bitmask_add_remove_operations  )
函数调用图:

◆ TEST() [2/5]

TEST ( YogaTest ,
config_point_scale_factor_negative_throws  )
函数调用图:

◆ TEST() [3/5]

TEST ( YogaTest ,
config_set_logger_null_resets_to_default_logger  )
函数调用图:

◆ TEST() [4/5]

TEST ( YogaTest ,
config_update_invalidates_layout_detects_each_property  )
函数调用图:

◆ TEST() [5/5]

TEST ( YogaTest ,
config_version_increments_only_on_actual_changes  )
函数调用图:

◆ TEST_F() [1/2]

TEST_F ( ConfigCloningTest ,
falls_back_to_regular_cloning_if_callback_returns_null  )
函数调用图:

◆ TEST_F() [2/2]

TEST_F ( ConfigCloningTest ,
uses_values_provided_by_cloning_callback  )