plugin_entry_points_test
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
Source File: /addons/grid_building/test/unit/plugin_entry_points_test.gd
Extends: GdUnitTestSuite
Constants
- Constant:
PLUGIN_CFG_PATH := "res://addons/grid_building/plugin.cfg" - Constant:
PLUGIN_README_PATH := "res://addons/grid_building/README.md" - Constant:
TEST_README_PATH := "res://addons/grid_building/test/README.md" - Constant:
EXPECTED_PLUGIN_VERSION := "5.0.8" - Constant:
EXPECTED_MENU_LABEL := "Grid Placement/Setup Default Input Actions" - Constant:
CREATE_PREFIX := "gb_plugin_entry_create" - Constant:
REPEAT_PREFIX := "gb_plugin_entry_repeat"
Public Methods
after_test
test_plugin_cfg_points_to_current_editor_plugin_entry_point
1
| test_plugin_cfg_points_to_current_editor_plugin_entry_point() -> void
|
test_release_readmes_match_plugin_cfg_version
1
| test_release_readmes_match_plugin_cfg_version() -> void
|
test_default_input_action_entry_point_creates_missing_actions
1
| test_default_input_action_entry_point_creates_missing_actions() -> void
|
test_default_input_action_entry_point_is_idempotent
1
| test_default_input_action_entry_point_is_idempotent() -> void
|
Private Methods
_load_plugin_cfg_version
1
| _load_plugin_cfg_version() -> String
|
Flags: private
_read_text_file
1
| _read_text_file(file_path: String) -> String
|
Flags: private
_make_test_action_names
1
| _make_test_action_names(prefix: String) -> GBActionNames
|
Flags: private
_cleanup_action_names
1
| _cleanup_action_names(action_names: GBActionNames) -> void
|
Flags: private
Grid Building v5.0.8 | Generated 24/05/2026