mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
Denote CLS-noncompliant tests as such
This commit is contained in:
parent
0e726e9cd8
commit
39ccf1f198
@ -25,6 +25,7 @@ public class ArrayTests
|
||||
Assert.ThrowsException<ArgumentNullException>(array!.AsReadOnly);
|
||||
}
|
||||
|
||||
[CLSCompliant(false)]
|
||||
[TestMethod]
|
||||
[DataRow]
|
||||
[DataRow(1)]
|
||||
|
@ -6,6 +6,7 @@ namespace X10D.Tests.Collections;
|
||||
[TestClass]
|
||||
public class ListTests
|
||||
{
|
||||
[CLSCompliant(false)]
|
||||
[TestMethod]
|
||||
[DataRow(1)]
|
||||
[DataRow(1, 2, 3)]
|
||||
@ -25,6 +26,7 @@ public class ListTests
|
||||
CollectionAssert.AreEqual(all42, list);
|
||||
}
|
||||
|
||||
[CLSCompliant(false)]
|
||||
[TestMethod]
|
||||
[DataRow(1)]
|
||||
[DataRow(1, 2, 3)]
|
||||
|
Loading…
Reference in New Issue
Block a user