📄 joinedsubclassfixture.cs
字号:
using System;
using System.Collections;
using NUnit.Framework;
namespace NHibernate.Test.NHSpecificTest.NH295
{
/// <summary>
/// Runs the same tests as <see cref="SubclassFixture" />, but uses joined-subclass
/// mapping instead of subclass.
/// </summary>
[TestFixture]
public class JoinedSubclassFixture : SubclassFixture
{
protected override IList Mappings
{
get { return new string[] {"NHSpecificTest.NH295.JoinedSubclass.hbm.xml"}; }
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -