File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Async/NHSpecificTest/GH0000 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ namespace NHibernate.Test.NHSpecificTest.GH0000
2121 /// Fixture using 'by code' mappings
2222 /// </summary>
2323 /// <remarks>
24- /// This fixture is identical to <see cref="FixtureAsync" /> except the <see cref="Entity" /> mapping is performed
24+ /// This fixture is identical to <see cref="FixtureAsync" /> except the <see cref="Entity" /> mapping is performed
2525 /// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
2626 /// if you prefer.
2727 /// </remarks>
2828 [ TestFixture ]
29- public class ByCodeFixtureAsync : TestCaseMappingByCode
29+ public class FixtureByCodeAsync : TestCaseMappingByCode
3030 {
3131 protected override HbmMapping GetMappings ( )
3232 {
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ namespace NHibernate.Test.NHSpecificTest.GH0000
99 /// Fixture using 'by code' mappings
1010 /// </summary>
1111 /// <remarks>
12- /// This fixture is identical to <see cref="Fixture" /> except the <see cref="Entity" /> mapping is performed
12+ /// This fixture is identical to <see cref="Fixture" /> except the <see cref="Entity" /> mapping is performed
1313 /// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
1414 /// if you prefer.
1515 /// </remarks>
1616 [ TestFixture ]
17- public class ByCodeFixture : TestCaseMappingByCode
17+ public class FixtureByCode : TestCaseMappingByCode
1818 {
1919 protected override HbmMapping GetMappings ( )
2020 {
You can’t perform that action at this time.
0 commit comments