节点在线、应用在线、配置在线使用令牌查询
大石头 authored at 2021-12-16 19:49:30
287.00 B
Stardust
using Xunit;

namespace Stardust.McpClientTests;

/// <summary>测试集合。共享TestServer实例,避免每个测试类重复启动Web服务器</summary>
[CollectionDefinition(nameof(McpTestCollection))]
public class McpTestCollection : ICollectionFixture<McpTestServerFixture>
{
}