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