indicator_collision_test_setup_unit_test

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Source File: /addons/grid_building/test/collision/detection/indicator_collision_test_setup_unit_test.gd

Extends: GdUnitTestSuite

Constants

  • Constant: TEST_TILE_SIZE := Vector2(16, 16)
  • Constant: DEBUG_PREFIX := "DEBUG: "

Public Methods

before_test

1
before_test() -> void

test_indicator_collision_test_setup_creation

1
test_indicator_collision_test_setup_creation() -> void

test_indicator_collision_test_setup_empty_body

1
test_indicator_collision_test_setup_empty_body() -> void

test_create_test_setups_for_collision_owners_with_valid_object

1
test_create_test_setups_for_collision_owners_with_valid_object() -> void

test_create_test_setups_for_collision_owners_empty

1
test_create_test_setups_for_collision_owners_empty() -> void

test_create_test_setups_from_test_node_with_valid_object

1
test_create_test_setups_from_test_node_with_valid_object() -> void

test_create_test_setups_from_test_node_empty_body

1
test_create_test_setups_from_test_node_empty_body() -> void

test_create_test_setups_from_test_node_null_input

1
test_create_test_setups_from_test_node_null_input() -> void

Private Methods

_create_body_with_rectangle_shape

1
_create_body_with_rectangle_shape(size: Vector2 = TEST_TILE_SIZE) -> StaticBody2D

Flags: private


_create_empty_body

1
_create_empty_body() -> StaticBody2D

Flags: private


_create_minimal_test_setup

1
2
3
4
_create_minimal_test_setup(
    body: StaticBody2D,
    tile_size: Vector2 = TEST_TILE_SIZE
) -> CollisionTestSetup2D

Flags: private



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