Skip to content

Commit a9042fe

Browse files
author
Gabriel Erzse
committed
Polish a bit some documentation
1 parent 6953f0b commit a9042fe

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

src/test/java/redis/clients/jedis/commands/jedis/JedisCommandsTestBase.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ public abstract class JedisCommandsTestBase {
1616

1717
/**
1818
* Input data for parameterized tests. In principle all subclasses of this
19-
* class should be parameterized tests, to run with several version of RESP.
19+
* class should be parameterized tests, to run with several versions of RESP.
20+
*
21+
* @see CommandsTestsParameters#respVersions()
2022
*/
2123
@Parameters
2224
public static Collection<Object[]> data() {

src/test/java/redis/clients/jedis/commands/unified/UnifiedJedisCommandsTestBase.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ public abstract class UnifiedJedisCommandsTestBase {
1111

1212
/**
1313
* Input data for parameterized tests. In principle all subclasses of this
14-
* class should be parameterized tests, to run with several version of RESP.
14+
* class should be parameterized tests, to run with several versions of RESP.
15+
*
16+
* @see CommandsTestsParameters#respVersions()
1517
*/
1618
@Parameterized.Parameters
1719
public static Collection<Object[]> data() {

src/test/java/redis/clients/jedis/commands/unified/pipeline/PipelineCommandsTestBase.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ public abstract class PipelineCommandsTestBase {
1515

1616
/**
1717
* Input data for parameterized tests. In principle all subclasses of this
18-
* class should be parameterized tests, to run with several version of RESP.
18+
* class should be parameterized tests, to run with several versions of RESP.
19+
*
20+
* @see CommandsTestsParameters#respVersions()
1921
*/
2022
@Parameterized.Parameters
2123
public static Collection<Object[]> data() {

src/test/java/redis/clients/jedis/modules/RedisModuleCommandsTestBase.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ public abstract class RedisModuleCommandsTestBase {
2121

2222
/**
2323
* Input data for parameterized tests. In principle all subclasses of this
24-
* class should be parameterized tests, to run with several version of RESP.
24+
* class should be parameterized tests, to run with several versions of RESP.
25+
*
26+
* @see CommandsTestsParameters#respVersions()
2527
*/
2628
@Parameters
2729
public static Collection<Object[]> data() {

0 commit comments

Comments
 (0)