minor renaming to improve clarity
This commit is contained in:
@@ -5,7 +5,7 @@ using Spring.Testing.NUnit;
|
||||
namespace Spring.Data.NHibernate.NestedTxSuspension.Integration.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestUsingHibernateTxScopeTransactionManager : AbstractTransactionalSpringContextTests
|
||||
public class HibernateTxScopeTransactionManagerNestedTransactionSuspensionTests : AbstractTransactionalSpringContextTests
|
||||
{
|
||||
#region DI
|
||||
|
||||
@@ -29,19 +29,19 @@ namespace Spring.Data.NHibernate.NestedTxSuspension.Integration.Tests
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestSuspendTransactionOnNotSupported()
|
||||
public void CanSuspendTransactionOnNotSupported()
|
||||
{
|
||||
Service1.ServiceMethodWithNotSupported1();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestSuspendTransactionOnNotSupportedWithNestedRequiresNew()
|
||||
public void CanSuspendTransactionOnNotSupportedWithNestedRequiresNew()
|
||||
{
|
||||
Service2.ServiceMethodWithNotSupported();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestSuspendTransactionOnNotSupportedWithNestedRequired()
|
||||
public void CanSuspendTransactionOnNotSupportedWithNestedRequired()
|
||||
{
|
||||
Service1.ServiceMethodWithNotSupported3();
|
||||
}
|
||||
@@ -59,7 +59,7 @@
|
||||
<Compile Include="IContainer.cs" />
|
||||
<Compile Include="IService1.cs" />
|
||||
<Compile Include="IService2.cs" />
|
||||
<Compile Include="TestUsingHibernateTxScopeTransactionManager.cs" />
|
||||
<Compile Include="HibernateTxScopeTransactionManagerNestedTransactionSuspensionTests.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Service1.cs" />
|
||||
<Compile Include="Service2.cs" />
|
||||
|
||||
Reference in New Issue
Block a user