RPC远程过程调用,二进制封装,提供高吞吐低延迟的高性能RPC框架
大石头 authored at 2022-08-10 13:26:19
307.00 B
NewLife.Remoting
using Xunit;

namespace XUnitTest.Samples;

/// <summary>集成测试集合定义。将 ZeroServer 和 IoTZero 测试放在同一集合中串行执行,避免 XCode 静态 DAL 连接跨进程污染</summary>
[CollectionDefinition("SamplesIntegration")]
public sealed class SamplesIntegrationCollection { }