]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add interaction tests (#15251)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Fri, 14 Apr 2023 19:41:25 +0000 (07:41 +1200)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2023 19:41:25 +0000 (12:41 -0700)
commit489660a6bb5308ab705a0026ad371d32ecac0879
treed0747f34a92caa1e69f099bf2d25a9e6f08fac90
parentffe946729f6b80dc971f266ad1e701661a9a4e53
Add interaction tests (#15251)
36 files changed:
Content.Client/Construction/ConstructionSystem.cs
Content.Client/Examine/ExamineSystem.cs
Content.IntegrationTests/PoolManager.cs
Content.IntegrationTests/Tests/Construction/Interaction/ComputerContruction.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Construction/Interaction/CraftingTests.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Construction/Interaction/GrilleWindowConstruction.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Construction/Interaction/MachineConstruction.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Construction/Interaction/PanelScrewing.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Construction/Interaction/PlaceableDeconstruction.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Construction/Interaction/WallConstruction.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Construction/Interaction/WindowConstruction.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Construction/Interaction/WindowRepair.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/DoAfter/DoAfterCancellationTests.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/EncryptionKeys/RemoveEncryptionKeys.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Constants.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Interaction/InteractionTest.EntitySpecifier.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Interaction/InteractionTest.EntitySpecifierCollection.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Interaction/InteractionTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Interaction/InteractionTestSystem.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Payload/ModularGrenadeTests.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Tiles/TileConstructionTests.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Weldable/WeldableTests.cs [new file with mode: 0644]
Content.Server/Construction/Completions/BuildComputer.cs
Content.Server/Construction/Completions/BuildMachine.cs
Content.Server/Construction/Completions/BuildMech.cs
Content.Server/Construction/ConstructionSystem.Graph.cs
Content.Server/Construction/ConstructionSystem.Initial.cs
Content.Server/Construction/ConstructionSystem.Machine.cs
Content.Server/Mind/Components/MindComponent.cs
Content.Shared/Construction/Events.cs
Content.Shared/DoAfter/DoAfterComponent.cs
Content.Shared/DoAfter/SharedDoAfterSystem.cs
Content.Shared/Radio/EntitySystems/EncryptionKeySystem.cs
Content.Shared/Stacks/StackComponent.cs