manipulation_move_positioner_regression_test

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Regression test for manipulation move collision exclusion with positioner position.

Source File: /addons/grid_building/test/placement/regression/manipulation_move_positioner_regression_test.gd

Extends: GdUnitTestSuite

Properties

  • Property: runner: GdUnitSceneRunner

Private Properties

  • Property: _env: [AllSystemsTestEnvironment](./all-systems-test-environment/) (private)
  • Property: _manipulation_system: [ManipulationSystem](./manipulation-system/) (private)
  • Property: _targeting_state: [GridTargetingState](./grid-targeting-state/) (private)

Constants

  • Constant: ManipulationHelpers = preload("res://addons/grid_building/test/manipulation/regression/manipulation_test_helpers.gd")

Public Methods

before

1
before() -> void

before_test

1
before_test() -> void

after_test

1
after_test() -> void

after

1
after() -> void

create_test_manipulatable

1
2
3
4
5
create_test_manipulatable(
    name: String,
    position: Vector2,
    size: Vector2
) -> Node2D

Helper: Create a manipulatable for testing


test_exclusion_list_contains_original_at_start_position

1
test_exclusion_list_contains_original_at_start_position() -> void

test_exclusion_list_persists_when_positioner_outside_original_bounds

1
test_exclusion_list_persists_when_positioner_outside_original_bounds() -> void

test_exclusion_list_persists_across_multiple_positions

1
test_exclusion_list_persists_across_multiple_positions() -> void

test_indicators_are_created_for_move_operation

1
test_indicators_are_created_for_move_operation() -> void


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