GFramework/GFramework.Core.Tests/Events/EventBusTestsEvent.cs
gewuyou 88c439c2ef test(environment): 拆分 EnvironmentTests 测试环境类型
- 拆分 TestEnvironment 到独立文件以消除 EnvironmentTests 的 MA0048 警告

- 补充 TestEnvironment 的 XML 文档并保留原有测试行为
2026-04-27 19:11:23 +08:00

9 lines
175 B
C#

namespace GFramework.Core.Tests.Events;
/// <summary>
/// 表示 <see cref="EventBusTests" /> 使用的测试事件。
/// </summary>
public class EventBusTestsEvent
{
}