17 references to AssertFound
Microsoft.Extensions.AI.Abstractions.Tests (17)
AdditionalPropertiesDictionaryTests.cs (17)
52AssertFound(42, 42L); 53AssertFound(42, 42.0); 54AssertFound(42, 42f); 55AssertFound(42, true); 56AssertFound(42, "42"); 57AssertFound(42, (object)42); 58AssertFound(42.0, 42f); 59AssertFound(42f, 42.0); 60AssertFound(42m, 42.0f); 61AssertFound(42L, 42); 62AssertFound("42", "42"); 63AssertFound("42", 42); 64AssertFound("42", 42L); 65AssertFound("42", 42.0); 66AssertFound("42", 42f); 67AssertFound(true, 1); 68AssertFound(false, 0);