Skip to content

Commit 8735e3f

Browse files
committed
formatting fixes
1 parent 0ddd7c3 commit 8735e3f

24 files changed

+40
-43
lines changed

tests/Doc/Bf_tutorial.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Doc;
1616
public class Bf_tutorial : AbstractNRedisStackTest, IDisposable
1717
{
1818
public Bf_tutorial(EndpointsFixture fixture) : base(fixture) { }
19-
19+
2020
[SkippableTheory]
2121
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2222
public void run(string endpointId)

tests/Doc/Bitmap_tutorial.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Doc;
1515
public class Bitmap_tutorial : AbstractNRedisStackTest, IDisposable
1616
{
1717
public Bitmap_tutorial(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

tests/Doc/CmdsHashExample.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ namespace Doc;
1010
// REMOVE_END
1111

1212
// HIDE_START
13-
public class CmdsHashExample: AbstractNRedisStackTest, IDisposable
13+
public class CmdsHashExample : AbstractNRedisStackTest, IDisposable
1414
{
1515
public CmdsHashExample(EndpointsFixture fixture) : base(fixture) { }
16-
16+
1717
[SkippableTheory]
1818
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
1919
public void run(string endpointId)

tests/Doc/CmdsSortedSetExamples.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ namespace Doc;
1212
// REMOVE_END
1313

1414
// HIDE_START
15-
public class CmdsSortedSet: AbstractNRedisStackTest, IDisposable
15+
public class CmdsSortedSet : AbstractNRedisStackTest, IDisposable
1616
{
1717
public CmdsSortedSet(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

tests/Doc/CmdsStringExample.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ namespace Doc;
1212
// REMOVE_END
1313

1414
// HIDE_START
15-
public class CmdsStringExample: AbstractNRedisStackTest, IDisposable
15+
public class CmdsStringExample : AbstractNRedisStackTest, IDisposable
1616
{
1717
public CmdsStringExample(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

tests/Doc/Cms_tutorial.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Doc;
1717
public class Cms_tutorial : AbstractNRedisStackTest, IDisposable
1818
{
1919
public Cms_tutorial(EndpointsFixture fixture) : base(fixture) { }
20-
20+
2121
[SkippableTheory]
2222
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2323
public void run(string endpointId)

tests/Doc/Cuckoo_tutorial.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Doc;
1616
public class Cuckoo_tutorial : AbstractNRedisStackTest, IDisposable
1717
{
1818
public Cuckoo_tutorial(EndpointsFixture fixture) : base(fixture) { }
19-
19+
2020
[SkippableTheory]
2121
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2222
public void run(string endpointId)

tests/Doc/Geo_tutorial.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Doc;
1515
public class Geo_tutorial : AbstractNRedisStackTest, IDisposable
1616
{
1717
public Geo_tutorial(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

tests/Doc/HashExample.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
namespace Doc;
99
[Collection("DocsTests")]
1010
//REMOVE_END
11-
public class HashExample: AbstractNRedisStackTest, IDisposable
11+
public class HashExample : AbstractNRedisStackTest, IDisposable
1212
{
1313
public HashExample(EndpointsFixture fixture) : base(fixture) { }
14-
14+
1515
[SkippableTheory]
1616
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
1717
public void run(string endpointId)

tests/Doc/Hll_tutorial.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Doc;
1515
public class Hll_tutorial : AbstractNRedisStackTest, IDisposable
1616
{
1717
public Hll_tutorial(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

tests/Doc/HomeJsonExample.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ namespace Doc;
1616
// REMOVE_END
1717

1818
// HIDE_START
19-
public class HomeJsonExample: AbstractNRedisStackTest, IDisposable
19+
public class HomeJsonExample : AbstractNRedisStackTest, IDisposable
2020
{
2121
public HomeJsonExample(EndpointsFixture fixture) : base(fixture) { }
22-
22+
2323
[SkippableTheory]
2424
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2525
public void run(string endpointId)

tests/Doc/Json_tutorial.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Doc;
1717
public class Json_tutorial : AbstractNRedisStackTest, IDisposable
1818
{
1919
public Json_tutorial(EndpointsFixture fixture) : base(fixture) { }
20-
20+
2121
[SkippableTheory]
2222
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2323
public void run(string endpointId)

tests/Doc/ListTutorial.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
namespace Doc;
1212
[Collection("DocsTests")]
1313
//REMOVE_END
14-
public class ListExample: AbstractNRedisStackTest, IDisposable
14+
public class ListExample : AbstractNRedisStackTest, IDisposable
1515
{
1616
public ListExample(EndpointsFixture fixture) : base(fixture) { }
17-
17+
1818
//REMOVE_START
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]

tests/Doc/QueryAggExample.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ namespace Doc;
1616
// REMOVE_END
1717

1818
// HIDE_START
19-
public class QueryAggExample: AbstractNRedisStackTest, IDisposable
19+
public class QueryAggExample : AbstractNRedisStackTest, IDisposable
2020
{
2121
public QueryAggExample(EndpointsFixture fixture) : base(fixture) { }
22-
22+
2323
[SkippableTheory]
2424
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2525
public void run(string endpointId)

tests/Doc/QueryEmExample.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ namespace Doc;
1515
// REMOVE_END
1616

1717
// HIDE_START
18-
public class QueryEmExample: AbstractNRedisStackTest, IDisposable
18+
public class QueryEmExample : AbstractNRedisStackTest, IDisposable
1919
{
2020
public QueryEmExample(EndpointsFixture fixture) : base(fixture) { }
21-
21+
2222
[SkippableTheory]
2323
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2424
public void run(string endpointId)

tests/Doc/QueryFtExample.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ namespace Doc;
1515
// REMOVE_END
1616

1717
// HIDE_START
18-
public class QueryFtExample: AbstractNRedisStackTest, IDisposable
18+
public class QueryFtExample : AbstractNRedisStackTest, IDisposable
1919
{
2020
public QueryFtExample(EndpointsFixture fixture) : base(fixture) { }
21-
21+
2222
[SkippableTheory]
2323
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2424
public void run(string endpointId)

tests/Doc/QueryRangeExample.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ namespace Doc;
1515
// REMOVE_END
1616

1717
// HIDE_START
18-
public class QueryRangeExample: AbstractNRedisStackTest, IDisposable
18+
public class QueryRangeExample : AbstractNRedisStackTest, IDisposable
1919
{
2020
public QueryRangeExample(EndpointsFixture fixture) : base(fixture) { }
21-
21+
2222
[SkippableTheory]
2323
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2424
public void run(string endpointId)

tests/Doc/SearchQuickstartExample.cs

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@
1111
namespace Doc;
1212
[Collection("DocsTests")]
1313
// REMOVE_END
14-
public class SearchQuickstartExample: AbstractNRedisStackTest, IDisposable
14+
public class SearchQuickstartExample : AbstractNRedisStackTest, IDisposable
1515
{
1616
public SearchQuickstartExample(EndpointsFixture fixture) : base(fixture) { }
17-
17+
1818
[SkippableTheory]
1919
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2020
public void run(string endpointId)
2121
{
2222
// STEP_START connect
23-
var redis = ConnectionMultiplexer.Connect("localhost:6379");
24-
var db = redis.GetDatabase();
23+
var db = GetCleanDatabase(endpointId);
2524
var ft = db.FT();
2625
var json = db.JSON();
2726
// STEP_END

tests/Doc/SetGetExample.cs

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
namespace Doc;
99
[Collection("DocsTests")]
1010
//REMOVE_END
11-
public class SetGetExample: AbstractNRedisStackTest, IDisposable
11+
public class SetGetExample : AbstractNRedisStackTest, IDisposable
1212
{
1313
public SetGetExample(EndpointsFixture fixture) : base(fixture) { }
14-
14+
1515
[SkippableTheory]
1616
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
1717
public void run(string endpointId)
1818
{
19-
var redis = ConnectionMultiplexer.Connect("localhost:6379");
20-
var db = redis.GetDatabase();
19+
var db = GetCleanDatabase(endpointId);
2120

2221
//HIDE_END
2322
bool status = db.StringSet("bike:1", "Process 134");

tests/Doc/SetsTutorial.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ namespace Doc;
1313
//REMOVE_END
1414

1515
// HIDE_START
16-
public class SetsExample: AbstractNRedisStackTest, IDisposable
16+
public class SetsExample : AbstractNRedisStackTest, IDisposable
1717
{
1818
public SetsExample(EndpointsFixture fixture) : base(fixture) { }
19-
19+
2020
[SkippableTheory]
2121
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2222
public void run(string endpointId)

tests/Doc/SortedSetExample.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
namespace Doc;
1010
[Collection("DocsTests")]
1111
//REMOVE_END
12-
public class SortedSetExample: AbstractNRedisStackTest, IDisposable
12+
public class SortedSetExample : AbstractNRedisStackTest, IDisposable
1313
{
1414
public SortedSetExample(EndpointsFixture fixture) : base(fixture) { }
15-
15+
1616
//REMOVE_START
1717
[SkippableTheory]
1818
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]

tests/Doc/StringSnippets.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ public StringSnippets(EndpointsFixture fixture) : base(fixture) { }
1919
//REMOVE_END
2020
public void run(string endpointId)
2121
{
22-
var redis = ConnectionMultiplexer.Connect("localhost:6379");
23-
var db = redis.GetDatabase();
22+
var db = GetCleanDatabase(endpointId);
2423

2524
//HIDE_END
2625

tests/Doc/Tdigest_tutorial.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Doc;
1616
public class Tdigest_tutorial : AbstractNRedisStackTest, IDisposable
1717
{
1818
public Tdigest_tutorial(EndpointsFixture fixture) : base(fixture) { }
19-
19+
2020
[SkippableTheory]
2121
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2222
public void run(string endpointId)

tests/Doc/Topk_tutorial.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Doc;
1616
public class Topk_tutorial : AbstractNRedisStackTest, IDisposable
1717
{
1818
public Topk_tutorial(EndpointsFixture fixture) : base(fixture) { }
19-
19+
2020
[SkippableTheory]
2121
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2222
public void run(string endpointId)

0 commit comments

Comments
 (0)