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 90f28ac commit 0a9eae9Copy full SHA for 0a9eae9
src/bunit.template/template/CounterCSharpTest.cs
@@ -18,9 +18,6 @@ public class CounterCSharpTest : BunitContext
18
#elif (testFramework_mstest)
19
[TestClass]
20
public class CounterCSharpTest : BunitContext
21
-#elif (testFramework_tunit)
22
-[Test]
23
-public class CounterCSharpTest : BunitContext
24
#endif
25
{
26
#if (testFramework_xunit)
@@ -31,7 +28,10 @@ public class CounterCSharpTest : BunitContext
31
28
[Test]
32
29
33
30
[TestMethod]
+#elif (testFramework_tunit)
+ [Test]
34
+
35
public void CounterStartsAtZero()
36
37
// Arrange
0 commit comments