public class RedisScoredMembersSteps extends Object
| Constructor and Description |
|---|
RedisScoredMembersSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
iHaveTheRedisScoredMemberInTheDbWithScoreAndValue(String key,
int database,
String score,
String value) |
void |
iHaveTheRedisScoredMembersInTheDbWithValuesColon(String key,
int database,
cucumber.api.DataTable dataTable) |
void |
iShouldHaveTheRedisScoredMemberInTheDbWithScoreAndValue(String key,
int database,
String score,
String value) |
void |
iShouldHaveTheRedisScoredMembersInTheDbWithValuesColon(String key,
int database,
cucumber.api.DataTable dataTable) |
@Given(value="^I have the redis scored member \"([^\"]*)\"(?: in the db (\\d+))? with score \"([^\"]*)\" and value \"([^\"]*)\"$") public void iHaveTheRedisScoredMemberInTheDbWithScoreAndValue(String key, int database, String score, String value)
@Given(value="^I have the redis scored members \"([^\"]*)\"(?: in the db (\\d+))? with values:$") public void iHaveTheRedisScoredMembersInTheDbWithValuesColon(String key, int database, cucumber.api.DataTable dataTable)
@Then(value="^I should have the redis scored member \"([^\"]*)\"(?: in the db (\\d+))? with score \"([^\"]*)\" and value \"([^\"]*)\"$") public void iShouldHaveTheRedisScoredMemberInTheDbWithScoreAndValue(String key, int database, String score, String value)
@Then(value="^I should have the redis scored members \"([^\"]*)\"(?: in the db (\\d+))? with values:$") public void iShouldHaveTheRedisScoredMembersInTheDbWithValuesColon(String key, int database, cucumber.api.DataTable dataTable)
Copyright © 2014-2015 Tomitribe Corporation. All Rights Reserved.