File tree 2 files changed +4
-4
lines changed
Async/NHSpecificTest/GH0000
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
21
21
/// Fixture using 'by code' mappings
22
22
/// </summary>
23
23
/// <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
25
25
/// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
26
26
/// if you prefer.
27
27
/// </remarks>
28
28
[ TestFixture ]
29
- public class ByCodeFixtureAsync : TestCaseMappingByCode
29
+ public class FixtureByCodeAsync : TestCaseMappingByCode
30
30
{
31
31
protected override HbmMapping GetMappings ( )
32
32
{
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ namespace NHibernate.Test.NHSpecificTest.GH0000
9
9
/// Fixture using 'by code' mappings
10
10
/// </summary>
11
11
/// <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
13
13
/// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
14
14
/// if you prefer.
15
15
/// </remarks>
16
16
[ TestFixture ]
17
- public class ByCodeFixture : TestCaseMappingByCode
17
+ public class FixtureByCode : TestCaseMappingByCode
18
18
{
19
19
protected override HbmMapping GetMappings ( )
20
20
{
You can’t perform that action at this time.
0 commit comments