Skip to content

Commit 9286b63

Browse files
committed
theory parameter dropeed + format fix
1 parent c733dc2 commit 9286b63

25 files changed

+2
-29
lines changed

tests/Doc/Bitmap_tutorial.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public class Bitmap_tutorial
1818
// REMOVE_END
1919
{
2020
// REMOVE_START
21-
2221
public Bitmap_tutorial(EndpointsFixture fixture) : base(fixture) { }
2322

2423
[SkippableFact]

tests/Doc/CmdsGenericExample.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@ public class CmdsGenericExample
1818
// REMOVE_END
1919
{
2020
// REMOVE_START
21-
2221
public CmdsGenericExample(EndpointsFixture fixture) : base(fixture) { }
2322

24-
2523
[SkipIfRedis(Comparison.LessThan, "7.0.0")]
26-
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
27-
24+
[InlineData] // No parameters passed, but still uses Theory
2825
// REMOVE_END
29-
public void run(string endpoint = "standalone")
26+
public void run()
3027
{
3128
//REMOVE_START
3229
// This is needed because we're constructing ConfigurationOptions in the test before calling GetConnection

tests/Doc/CmdsHashExample.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public class CmdsHashExample
1616
// REMOVE_END
1717
{
1818
// REMOVE_START
19-
2019
public CmdsHashExample(EndpointsFixture fixture) : base(fixture) { }
2120

2221
[SkippableFact]

tests/Doc/CmdsSortedSetExamples.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public class CmdsSortedSet
1818
// REMOVE_END
1919
{
2020
// REMOVE_START
21-
2221
public CmdsSortedSet(EndpointsFixture fixture) : base(fixture) { }
2322

2423
[SkippableFact]

tests/Doc/CmdsStringExample.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public class CmdsStringExample
1818
// REMOVE_END
1919
{
2020
// REMOVE_START
21-
2221
public CmdsStringExample(EndpointsFixture fixture) : base(fixture) { }
2322

2423
[SkippableFact]

tests/Doc/Cms_tutorial.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public class Cms_tutorial
2020
// REMOVE_END
2121
{
2222
// REMOVE_START
23-
2423
public Cms_tutorial(EndpointsFixture fixture) : base(fixture) { }
2524

2625
[SkippableFact]

tests/Doc/Cuckoo_tutorial.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class Cuckoo_tutorial
1919
// REMOVE_END
2020
{
2121
// REMOVE_START
22-
2322
public Cuckoo_tutorial(EndpointsFixture fixture) : base(fixture) { }
2423

2524
[SkippableFact]

tests/Doc/Geo_tutorial.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public class Geo_tutorial
1818
// REMOVE_END
1919
{
2020
// REMOVE_START
21-
2221
public Geo_tutorial(EndpointsFixture fixture) : base(fixture) { }
2322

2423
[SkippableFact]

tests/Doc/HashExample.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public class HashExample
1414
// REMOVE_END
1515
{
1616
// REMOVE_START
17-
1817
public HashExample(EndpointsFixture fixture) : base(fixture) { }
1918

2019
[SkippableFact]

tests/Doc/Hll_tutorial.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public class Hll_tutorial
1818
// REMOVE_END
1919
{
2020
// REMOVE_START
21-
2221
public Hll_tutorial(EndpointsFixture fixture) : base(fixture) { }
2322

2423
[SkippableFact]

0 commit comments

Comments
 (0)