resource_validation_test

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Source File: /addons/grid_building/test/unit/resource_validation_test.gd

Extends: GdUnitTestSuite

Public Methods

test_sample_resource_files_are_valid

1
test_sample_resource_files_are_valid() -> void

test_all_grid_building_resources_are_valid

1
test_all_grid_building_resources_are_valid() -> void

test_critical_demo_scenes_have_required_components

1
test_critical_demo_scenes_have_required_components() -> void

Private Methods

_find_grid_building_files

1
_find_grid_building_files(extension: String) -> Array[String]

Flags: private


_collect_files_recursive

1
2
3
4
5
_collect_files_recursive(
    dir_path: String,
    extension: String,
    files: Array[String]
) -> void

Flags: private


_validate_tres_file

1
_validate_tres_file(file_path: String) -> Dictionary

Flags: private


_validate_tscn_file

1
_validate_tscn_file(file_path: String) -> Dictionary

Flags: private


_check_file_dependencies

1
_check_file_dependencies(file_path: String) -> Dictionary

Flags: private


_validate_demo_scene_components

1
_validate_demo_scene_components(scene_path: String) -> Dictionary

Flags: private



Grid Building v5.0.8 | Generated 24/05/2026