public void TestAffectsAccuracy(HitResult hitResult, bool expectedReturnValue) { Assert.AreEqual(expectedReturnValue, hitResult.AffectsAccuracy()); }