Skip to content

Commit

Permalink
Rename ByCodeFixture
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Feb 6, 2024
1 parent d8a4926 commit 83bd7ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ namespace NHibernate.Test.NHSpecificTest.GH0000
/// Fixture using 'by code' mappings
/// </summary>
/// <remarks>
/// This fixture is identical to <see cref="FixtureAsync" /> except the <see cref="Entity" /> mapping is performed
/// This fixture is identical to <see cref="FixtureAsync" /> except the <see cref="Entity" /> mapping is performed
/// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
/// if you prefer.
/// </remarks>
[TestFixture]
public class ByCodeFixtureAsync : TestCaseMappingByCode
public class FixtureByCodeAsync : TestCaseMappingByCode
{
protected override HbmMapping GetMappings()
{
Expand Down
4 changes: 2 additions & 2 deletions src/NHibernate.Test/NHSpecificTest/GH0000/FixtureByCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ namespace NHibernate.Test.NHSpecificTest.GH0000
/// Fixture using 'by code' mappings
/// </summary>
/// <remarks>
/// This fixture is identical to <see cref="Fixture" /> except the <see cref="Entity" /> mapping is performed
/// This fixture is identical to <see cref="Fixture" /> except the <see cref="Entity" /> mapping is performed
/// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
/// if you prefer.
/// </remarks>
[TestFixture]
public class ByCodeFixture : TestCaseMappingByCode
public class FixtureByCode : TestCaseMappingByCode
{
protected override HbmMapping GetMappings()
{
Expand Down

0 comments on commit 83bd7ad

Please sign in to comment.