Skip to content

Commit

Permalink
Polish a bit some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzse committed Mar 14, 2024
1 parent 6953f0b commit a9042fe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ public abstract class JedisCommandsTestBase {

/**
* Input data for parameterized tests. In principle all subclasses of this
* class should be parameterized tests, to run with several version of RESP.
* class should be parameterized tests, to run with several versions of RESP.
*
* @see CommandsTestsParameters#respVersions()
*/
@Parameters
public static Collection<Object[]> data() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ public abstract class UnifiedJedisCommandsTestBase {

/**
* Input data for parameterized tests. In principle all subclasses of this
* class should be parameterized tests, to run with several version of RESP.
* class should be parameterized tests, to run with several versions of RESP.
*
* @see CommandsTestsParameters#respVersions()
*/
@Parameterized.Parameters
public static Collection<Object[]> data() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ public abstract class PipelineCommandsTestBase {

/**
* Input data for parameterized tests. In principle all subclasses of this
* class should be parameterized tests, to run with several version of RESP.
* class should be parameterized tests, to run with several versions of RESP.
*
* @see CommandsTestsParameters#respVersions()
*/
@Parameterized.Parameters
public static Collection<Object[]> data() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ public abstract class RedisModuleCommandsTestBase {

/**
* Input data for parameterized tests. In principle all subclasses of this
* class should be parameterized tests, to run with several version of RESP.
* class should be parameterized tests, to run with several versions of RESP.
*
* @see CommandsTestsParameters#respVersions()
*/
@Parameters
public static Collection<Object[]> data() {
Expand Down

0 comments on commit a9042fe

Please sign in to comment.