|
slot 0.0.1
A real time UI render framework
|
#include <gtest/gtest.h>#include <yoga/Yoga.h>#include <yoga/config/Config.h>#include <yoga/node/Node.h>#include <functional>#include <memory>#include <stdexcept>
类 | |
| 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 | ( | YogaTest | , |
| config_errata_bitmask_add_remove_operations | ) |

| TEST | ( | YogaTest | , |
| config_point_scale_factor_negative_throws | ) |

| TEST | ( | YogaTest | , |
| config_set_logger_null_resets_to_default_logger | ) |

| TEST | ( | YogaTest | , |
| config_update_invalidates_layout_detects_each_property | ) |

| TEST | ( | YogaTest | , |
| config_version_increments_only_on_actual_changes | ) |

| TEST_F | ( | ConfigCloningTest | , |
| falls_back_to_regular_cloning_if_callback_returns_null | ) |

| TEST_F | ( | ConfigCloningTest | , |
| uses_values_provided_by_cloning_callback | ) |