We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7058651 commit 68459dbCopy full SHA for 68459db
src/NHibernate.Test/NHSpecificTest/GH0000/FixtureByCode.cs
@@ -5,14 +5,7 @@
5
6
namespace NHibernate.Test.NHSpecificTest.GH0000
7
{
8
- /// <summary>
9
- /// Fixture using 'by code' mappings
10
- /// </summary>
11
- /// <remarks>
12
- /// This fixture is identical to <see cref="Fixture" /> except the <see cref="Entity" /> mapping is performed
13
- /// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
14
- /// if you prefer.
15
- /// </remarks>
+
16
[TestFixture]
17
public class ByCodeFixture : TestCaseMappingByCode
18
0 commit comments