We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d1e6c commit e6cacb7Copy full SHA for e6cacb7
TestStack.BDDfy.Tests/Scanner/FluentScanner/PrependStepTypeTests.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System.Runtime.CompilerServices;
2
using ApprovalTests;
3
using NUnit.Framework;
4
using TestStack.BDDfy.Reporters;
@@ -9,6 +9,7 @@ namespace TestStack.BDDfy.Tests.Scanner.FluentScanner
9
public class PrependStepTypeTests
10
{
11
[Test]
12
+ [MethodImpl(MethodImplOptions.NoInlining)]
13
public void VerifyPrependStepTitles()
14
15
var story = this.Given(_ => GivenAStepWithGivenInIt())
0 commit comments