all_systems_environment_validation_test

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Unit test to validate AllSystemsTestEnvironment scene integrity Tests that all required systems are properly initialized and connected

Source File: /addons/grid_building/test/scenes/env/all_systems_environment_validation_test.gd

Extends: GdUnitTestSuite

Properties

  • Property: runner: GdUnitSceneRunner
  • Property: test_env: [AllSystemsTestEnvironment](./all-systems-test-environment/)

Public Methods

before

1
before() -> void

before_test

1
before_test() -> void

after_test

1
after_test() -> void

after

1
after() -> void

test_core_systems_present

1
test_core_systems_present() -> void

Test: Core systems from GBTestEnvironment are present


test_building_systems_present

1
test_building_systems_present() -> void

Test: Building layer systems from BuildingTestEnvironment are present


test_all_systems_specific_present

1
test_all_systems_specific_present() -> void

Test: All systems specific to AllSystemsTestEnvironment are present


test_dependency_injection_setup

1
test_dependency_injection_setup() -> void

Test: Critical dependency injection setup


test_grid_targeting_system_positioner_connection

1
test_grid_targeting_system_positioner_connection() -> void

Test: GridTargetingSystem has proper positioner connection


test_indicator_manager_registration

1
test_indicator_manager_registration() -> void

Test: IndicatorManager is properly registered with IndicatorContext


test_level_context_validation

1
test_level_context_validation() -> void

Test: Level context has no runtime issues


test_environment_no_issues

1
test_environment_no_issues() -> void

Test: Overall environment has no issues


test_building_system_can_enter_build_mode

1
test_building_system_can_enter_build_mode() -> void

Test: BuildingSystem can enter build mode (the core failing test)


test_scene_node_structure

1
test_scene_node_structure() -> void

Test: Scene hierarchy and node paths are correct


test_placement_rules_available

1
test_placement_rules_available() -> void

Test: Placement rules are available for building


Private Methods

_reset_environment_state

1
_reset_environment_state() -> void

Flags: private



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