6 references to CallCount
Microsoft.Extensions.AI.Integration.Tests (6)
ChatClientIntegrationTests.cs (6)
738Assert.Equal(2, llmCallCount!.CallCount); 744Assert.Equal(2, llmCallCount!.CallCount); 778Assert.Equal(2, llmCallCount!.CallCount); 783Assert.Equal(FunctionInvokingChatClientSetsConversationId ? 3 : 2, llmCallCount!.CallCount); 820Assert.Equal(2, llmCallCount!.CallCount); 827Assert.Equal(3, llmCallCount!.CallCount);