mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-23 01:18:46 +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);
|
Assert.ThrowsException<ArgumentNullException>(array!.AsReadOnly);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[CLSCompliant(false)]
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
[DataRow]
|
[DataRow]
|
||||||
[DataRow(1)]
|
[DataRow(1)]
|
||||||
|
@ -6,6 +6,7 @@ namespace X10D.Tests.Collections;
|
|||||||
[TestClass]
|
[TestClass]
|
||||||
public class ListTests
|
public class ListTests
|
||||||
{
|
{
|
||||||
|
[CLSCompliant(false)]
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
[DataRow(1)]
|
[DataRow(1)]
|
||||||
[DataRow(1, 2, 3)]
|
[DataRow(1, 2, 3)]
|
||||||
@ -25,6 +26,7 @@ public class ListTests
|
|||||||
CollectionAssert.AreEqual(all42, list);
|
CollectionAssert.AreEqual(all42, list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[CLSCompliant(false)]
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
[DataRow(1)]
|
[DataRow(1)]
|
||||||
[DataRow(1, 2, 3)]
|
[DataRow(1, 2, 3)]
|
||||||
|
Loading…
Reference in New Issue
Block a user