mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 17:21:16 +08:00
- 拆分 TestEnvironment 到独立文件以消除 EnvironmentTests 的 MA0048 警告 - 补充 TestEnvironment 的 XML 文档并保留原有测试行为
9 lines
175 B
C#
9 lines
175 B
C#
namespace GFramework.Core.Tests.Events;
|
|
|
|
/// <summary>
|
|
/// 表示 <see cref="EventBusTests" /> 使用的测试事件。
|
|
/// </summary>
|
|
public class EventBusTestsEvent
|
|
{
|
|
}
|