]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Code Cleanup: Integration Tests (#29584)
authorTayrtahn <tayrtahn@gmail.com>
Wed, 3 Jul 2024 00:01:37 +0000 (20:01 -0400)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 00:01:37 +0000 (10:01 +1000)
commitcfc0247e5c45e234b860fbd64e0bd70dfe1dc83b
tree768283d431882858c21af4a8394fad57957b667a
parent58d46ddd46c250a4df283638c3ba0295cae26194
Code Cleanup: Integration Tests (#29584)

* Cleanup PuddleTest

* Cleanup GravityGridTest

* Cleanup PowerTest

* Cleanup SaveLoadMapTest

* Cleanup Body tests

* Cleanup ContainerOcclusionTest

* Cleanup AirlockTest

* Cleanup DamageableTest

* Cleanup EntityTest

* Cleanup FluidSpillTest

* Cleanup FollowerSystemTest

* Cleanup HandCuffTest

* Cleanup InteractionSystemTests

* Cleanup InRangeUnobstructed

* Cleanup SimplePredictReconcileTest

* Cleanup PostMapInitTest

* Cleanup SalvageTest

* Cleanup SaveLoadSaveTest

* Cleanup ShuttleTest

* Cleanup MaterialArbitrageTest

* Cleanup PrototypeSaveTest

* Fix ShuttleTest

* Bunch of small ones

* Move JobTests to Station directory

* More small fixes

* Cleanup InteractionTest.Helpers
Had to change a method signature, so some callers were modified too.

* Missed one
56 files changed:
Content.IntegrationTests/Tests/Actions/ActionsAddedTest.cs
Content.IntegrationTests/Tests/Body/GibTest.cs
Content.IntegrationTests/Tests/Body/LegTest.cs
Content.IntegrationTests/Tests/Body/LungTest.cs
Content.IntegrationTests/Tests/Body/SaveLoadReparentTest.cs
Content.IntegrationTests/Tests/Buckle/BuckleDragTest.cs
Content.IntegrationTests/Tests/CargoTest.cs
Content.IntegrationTests/Tests/Chemistry/FixedPoint2SerializationTest.cs
Content.IntegrationTests/Tests/Chemistry/SolutionRoundingTest.cs
Content.IntegrationTests/Tests/Chemistry/SolutionSystemTests.cs
Content.IntegrationTests/Tests/Chemistry/TryAllReactionsTest.cs
Content.IntegrationTests/Tests/Commands/PardonCommand.cs
Content.IntegrationTests/Tests/Commands/RejuvenateTest.cs
Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs
Content.IntegrationTests/Tests/ContainerOcclusionTest.cs
Content.IntegrationTests/Tests/Damageable/DamageSpecifierTest.cs
Content.IntegrationTests/Tests/Damageable/DamageableTest.cs
Content.IntegrationTests/Tests/Doors/AirlockTest.cs
Content.IntegrationTests/Tests/DummyIconTest.cs
Content.IntegrationTests/Tests/EntityTest.cs
Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs
Content.IntegrationTests/Tests/Fluids/PuddleTest.cs
Content.IntegrationTests/Tests/FollowerSystemTest.cs
Content.IntegrationTests/Tests/GameObjects/Components/ActionBlocking/HandCuffTest.cs
Content.IntegrationTests/Tests/GameRules/AntagPreferenceTest.cs
Content.IntegrationTests/Tests/GameRules/FailAndStartPresetTest.cs
Content.IntegrationTests/Tests/GravityGridTest.cs
Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs
Content.IntegrationTests/Tests/Interaction/InRangeUnobstructed.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.cs
Content.IntegrationTests/Tests/Linter/StaticFieldValidationTest.cs
Content.IntegrationTests/Tests/MachineBoardTest.cs
Content.IntegrationTests/Tests/Mapping/MappingTests.cs
Content.IntegrationTests/Tests/MaterialArbitrageTest.cs
Content.IntegrationTests/Tests/Minds/GhostTests.cs
Content.IntegrationTests/Tests/Minds/MindTests.Helpers.cs
Content.IntegrationTests/Tests/Movement/BuckleMovementTest.cs
Content.IntegrationTests/Tests/Movement/MovementTest.cs
Content.IntegrationTests/Tests/Networking/PvsCommandTest.cs
Content.IntegrationTests/Tests/Networking/SimplePredictReconcileTest.cs
Content.IntegrationTests/Tests/PostMapInitTest.cs
Content.IntegrationTests/Tests/Power/PowerTest.cs
Content.IntegrationTests/Tests/PrototypeSaveTest.cs
Content.IntegrationTests/Tests/Puller/PullerTest.cs
Content.IntegrationTests/Tests/ResearchTest.cs
Content.IntegrationTests/Tests/Round/JobTest.cs
Content.IntegrationTests/Tests/SalvageTest.cs
Content.IntegrationTests/Tests/SaveLoadMapTest.cs
Content.IntegrationTests/Tests/SaveLoadSaveTest.cs
Content.IntegrationTests/Tests/Serialization/SerializationTest.cs
Content.IntegrationTests/Tests/ShuttleTest.cs
Content.IntegrationTests/Tests/Sprite/ItemSpriteTest.cs
Content.IntegrationTests/Tests/Station/JobTests.cs [moved from Content.IntegrationTests/Tests/Minds/JobTests.cs with 100% similarity]
Content.IntegrationTests/Tests/Toolshed/ToolshedTest.cs
Content.IntegrationTests/Tests/VendingMachineRestockTest.cs