mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 08:44:29 +08:00
12 lines
310 B
C#
12 lines
310 B
C#
// Copyright (c) 2025-2026 GeWuYou
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
namespace GFramework.Core.Tests.Architectures;
|
|
|
|
/// <summary>
|
|
/// 表示用于验证上下文类型不匹配分支的测试架构上下文。
|
|
/// </summary>
|
|
public class AnotherTestArchitectureContext : TestArchitectureContext
|
|
{
|
|
}
|