2 references to AIFunctionFactoryTest
Microsoft.Extensions.AI.Tests (2)
Functions\AIFunctionFactoryTest.cs (2)
30
Assert.Throws<ArgumentNullException>("target", () => AIFunctionFactory.Create(typeof(
AIFunctionFactoryTest
).GetMethod(nameof(InvalidArguments_Throw))!, (object?)null));
31
Assert.Throws<ArgumentNullException>("targetType", () => AIFunctionFactory.Create(typeof(
AIFunctionFactoryTest
).GetMethod(nameof(InvalidArguments_Throw))!, (Type)null!));