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 c321578 commit 527e2b5Copy full SHA for 527e2b5
NUnitTests/NUnitTests.csproj
@@ -60,7 +60,7 @@
60
<Reference Include="System.Xml" />
61
</ItemGroup>
62
<ItemGroup>
63
- <Compile Include="Tests\Key\KeyTests.Others.cs" />
+ <Compile Include="Tests\Key\KeyTests.AltShiftCtrlCapsNum.cs" />
64
<Compile Include="Tests\Key\KeyTests.Was.cs" />
65
<Compile Include="Tests\Key\KeyTests.PressRelease.cs" />
66
<Compile Include="Tests\Mouse\MouseTests.Was.cs" />
NUnitTests/Tests/Key/KeyTests.Others.cs …ests/Key/KeyTests.AltShiftCtrlCapsNum.csNUnitTests/Tests/Key/KeyTests.Others.cs renamed to NUnitTests/Tests/Key/KeyTests.AltShiftCtrlCapsNum.cs
@@ -31,7 +31,7 @@
31
namespace NUnitTests.Tests.Key
32
{
33
[TestFixture]
34
- [Category("InputStateManager.Key.Others")]
+ [Category("InputStateManager.Key.AltShiftCtrlCapsNum")]
35
public partial class KeyTests
36
37
[Test]
0 commit comments