3 references to AIFunctionFactoryTest
Microsoft.Extensions.AI.Tests (3)
Functions\AIFunctionFactoryTest.cs (3)
35
Assert.Throws<ArgumentNullException>("target", () => AIFunctionFactory.Create(typeof(
AIFunctionFactoryTest
).GetMethod(nameof(InvalidArguments_Throw))!, (object?)null));
37
AIFunctionFactory.Create(typeof(
AIFunctionFactoryTest
).GetMethod(nameof(InvalidArguments_Throw))!, (Func<AIFunctionArguments, object>)null!));
1429
typeof(
AIFunctionFactoryTest
).Module);