We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f370f2a commit 35a8a3eCopy full SHA for 35a8a3e
1 file changed
TestStack.BDDfy.Tests/Reporters/Html/HtmlReportBuilderTests.cs
@@ -1,6 +1,7 @@
1
using System;
2
using System.IO;
3
using System.Reflection;
4
+using System.Runtime.CompilerServices;
5
using ApprovalTests;
6
using ApprovalTests.Reporters;
7
using NUnit.Framework;
@@ -13,6 +14,7 @@ namespace TestStack.BDDfy.Tests.Reporters.Html
13
14
public class HtmlReportBuilderTests
15
{
16
[Test]
17
+ [MethodImpl(MethodImplOptions.NoInlining)]
18
public void ShouldProduceExpectedHtml()
19
20
var model = new HtmlReportViewModel(
0 commit comments