]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add generic event listener for integration tests (#40367)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Thu, 9 Oct 2025 13:03:44 +0000 (02:03 +1300)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 13:03:44 +0000 (13:03 +0000)
commitdac2c5212ae1c5f230f04dc31e7ade293dc8dcae
tree8e06866ae6933a8e1f906b6216edd8228fa7936a
parentfea8ac45228f18ee7ad213560044a444a2c981e8
Add generic event listener for integration tests (#40367)

* Add generic event listener for integration tests

* cleanup

* assert that the entity has the component

* comments & new overload
Content.IntegrationTests/Tests/Helpers/TestListenerComponent.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Helpers/TestListenerSystem.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
Content.IntegrationTests/Tests/Movement/SlippingTest.cs