We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d1528 commit 22dffabCopy full SHA for 22dffab
1 file changed
ICSharpCode.SharpZipLib.Tests/Checksums/Crc32Tests.cs
@@ -8,28 +8,28 @@
8
9
namespace ICSharpCode.SharpZipLib.Checksums.Tests
10
{
11
- [TestFixture(), Category("CRC32")]
+ [TestFixture, Category("CRC32")]
12
public class Crc32Tests
13
14
- [Test()]
+ [Test]
15
public void ResetTest()
16
17
18
}
19
20
- [Test(), Category("Update")]
+ [Test, Category("Update")]
21
public void UpdateTest()
22
23
24
25
26
27
public void UpdateTest1()
28
29
30
31
32
33
public void UpdateTest2()
34
35
0 commit comments