all_systems_environment_smoke_test
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
Smoke tests for ALL_SYSTEMS_ENV scene stability.
Purpose: quickly verify scene boot + minimal manipulation lifecycle without deep assertions.
Source File: /addons/grid_building/test/scenes/env/all_systems_environment_smoke_test.gd
Extends: GdUnitTestSuite
Properties
- Property:
runner: GdUnitSceneRunner
Private Properties
- Property:
_env: [AllSystemsTestEnvironment](./all-systems-test-environment/) (private) - Property:
_created_roots: Array[Node2D] = [] (private)
Public Methods
before
before_test
after_test
after
test_scene_loads_with_core_runtime_dependencies
1
| test_scene_loads_with_core_runtime_dependencies() -> void
|
test_minimal_try_move_then_cancel_smoke
1
| test_minimal_try_move_then_cancel_smoke() -> void
|
Private Methods
_create_smoke_manipulatable
1
2
3
4
| _create_smoke_manipulatable(
p_name: String,
p_position: Vector2
) -> Node2D
|
Flags: private
Grid Building v5.0.8 | Generated 24/05/2026