3 references to ThrowsAny
Microsoft.Analyzers.Local.Tests (3)
Json\JsonArrayTest.cs (3)
46
Assert.
ThrowsAny
<ArgumentOutOfRangeException>(() => obj[-1] = 0);
47
Assert.
ThrowsAny
<ArgumentException>(() => obj[1] = 0);
80
Assert.
ThrowsAny
<ArgumentOutOfRangeException>(() => obj.Remove(-1));