Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit e7ff741

Browse files
author
Meaghan Lewis
committed
Remove STA from two factor input tests
1 parent eca0314 commit e7ff741

11 files changed

+0
-364
lines changed

test/UnitTests/GitHub.UI/TwoFactorInputTests.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ public class TwoFactorInputTests
99
{
1010
public class TheTextProperty : TestBaseClass
1111
{
12-
#if !NCRUNCH
1312
[Test]
14-
#endif
1513
public void SetsTextBoxesToIndividualCharacters()
1614
{
1715
var twoFactorInput = new TwoFactorInput();
@@ -28,9 +26,7 @@ public void SetsTextBoxesToIndividualCharacters()
2826
Assert.That("5", Is.EqualTo(textBoxes[5].Text));
2927
}
3028

31-
#if !NCRUNCH
3229
[Test]
33-
#endif
3430
public void IgnoresNonDigitCharacters()
3531
{
3632
var twoFactorInput = new TwoFactorInput();
@@ -47,9 +43,7 @@ public void IgnoresNonDigitCharacters()
4743
Assert.That("5", Is.EqualTo(textBoxes[5].Text));
4844
}
4945

50-
#if !NCRUNCH
5146
[Test]
52-
#endif
5347
public void HandlesNotEnoughCharacters()
5448
{
5549
var twoFactorInput = new TwoFactorInput();
@@ -66,8 +60,6 @@ public void HandlesNotEnoughCharacters()
6660
Assert.That("", Is.EqualTo(textBoxes[5].Text));
6761
}
6862

69-
#if !NCRUNCH
70-
#endif
7163
[TestCase(null, null)]
7264
[TestCase("", "")]
7365
[TestCase("xxxx", "")]

test/UnitTests/XUnit/ConditionalFactAttribute.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

test/UnitTests/XUnit/DelayedMessageBus.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

test/UnitTests/XUnit/RetryFactAttribute.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/UnitTests/XUnit/RetryFactDiscoverer.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

test/UnitTests/XUnit/RetryTestCase.cs

Lines changed: 0 additions & 68 deletions
This file was deleted.

test/UnitTests/XUnit/STAFactAttribute.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/UnitTests/XUnit/STAFactDiscoverer.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/UnitTests/XUnit/STATestCase.cs

Lines changed: 0 additions & 103 deletions
This file was deleted.

test/UnitTests/XUnit/STATheoryAttribute.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)