Tidy test layout and namespaces
This commit is contained in:
Родитель
2ec4790a61
Коммит
1d69f72375
|
@ -172,7 +172,7 @@ namespace Polly.Specs.Caching.Distributed
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Put
|
#region Put async
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public async Task PutAsync_should_put_item_using_passed_nonsliding_ttl()
|
public async Task PutAsync_should_put_item_using_passed_nonsliding_ttl()
|
||||||
|
|
|
@ -8,7 +8,7 @@ using Polly.Caching;
|
||||||
using Polly.Caching.Distributed;
|
using Polly.Caching.Distributed;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Polly.Specs.Caching.IDistributedCache
|
namespace Polly.Specs.Caching.Distributed
|
||||||
{
|
{
|
||||||
public class NetStandardIDistributedCacheStringProviderSpecs
|
public class NetStandardIDistributedCacheStringProviderSpecs
|
||||||
{
|
{
|
||||||
|
@ -166,7 +166,7 @@ namespace Polly.Specs.Caching.IDistributedCache
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Put
|
#region Put async
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public async Task PutAsync_should_put_item_using_passed_nonsliding_ttl()
|
public async Task PutAsync_should_put_item_using_passed_nonsliding_ttl()
|
||||||
|
|
|
@ -6,7 +6,7 @@ using Polly.Caching.Distributed;
|
||||||
using Polly.Caching;
|
using Polly.Caching;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Polly.Specs.Caching.IDistributedCache
|
namespace Polly.Specs.Caching.Distributed
|
||||||
{
|
{
|
||||||
public class TtlStrategyHelperTests
|
public class TtlStrategyHelperTests
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче