public class RedisListSteps extends Object
| Constructor and Description |
|---|
RedisListSteps() |
@Given(value="^I have the redis list \"([^\"]*)\"(?: in the db (\\d+))? with values \"([^\"]*)\"$") public void iHaveTheRedisListInTheDbWithValues(String list, Integer db, String values) throws Throwable
Throwable@Given(value="^I have the redis list \"([^\"]*)\"(?: in the db (\\d+))? with values in file \"([^\"]*)\"$") public void iHaveTheRedisListInTheDbWithValuesWithFiles(String list, Integer db, String filename) throws Throwable
Throwable@Given(value="^I have the redis list \"([^\"]*)\"(?: in the db (\\d+))? with values:$") public void iHaveTheRedisListInTheDbWithValues(String list, Integer db, cucumber.api.DataTable dataTable) throws Throwable
Throwable@Given(value="^I have the redis list \"([^\"]*)\"(?: in the db (\\d+))? with values \"([^\"]*)\" with ttl (\\d+) seconds$") public void iHaveTheRedisListInTheDbWithValuesWithTtlSeconds(String list, Integer db, String values, int seconds) throws Throwable
Throwable@Then(value="^the redis list \"([^\"]*)\"(?: in the db (\\d+))? should be \"([^\"]*)\"$") public void theRedisListInTheDbShouldBe(String list, Integer db, String values) throws Throwable
Throwable@Then(value="^the redis list \"([^\"]*)\"(?: in the db (\\d+))? should be:$") public void theRedisListInTheDbShouldBe(String list, Integer db, cucumber.api.DataTable dataTable) throws Throwable
Throwable@Then(value="^the redis list \"([^\"]*)\"(?: in the db (\\d+))? should exists$") public void theRedisListInTheDbShouldExists(String list, Integer db) throws Throwable
Throwable@Then(value="^the redis lists \"([^\"]*)\"(?: in the db (\\d+))? should exists$") public void theRedisListsInTheDbShouldExists(String list, Integer db) throws Throwable
Throwable@Then(value="^the redis lists(?: in the db (\\d+))? should exists:$") public void theRedisListsInTheDbShouldExists(Integer db, cucumber.api.DataTable dataTable) throws Throwable
Throwable@Then(value="^the redis list \"([^\"]*)\"(?: in the db (\\d+))? should not exists after (\\d+) seconds$") public void theRedisListShouldNotExistsAfterSeconds(String list, Integer db, int seconds) throws Throwable
Throwable@Then(value="^the redis list \"([^\"]*)\"(?: in the db (\\d+))? should not exists$") public void theRedisListShouldNotExists(String list, Integer db) throws Throwable
Throwable@Then(value="^the redis lists \"([^\"]*)\"(?: in the db (\\d+))? should not exists$") public void theRedisListsShouldNotExists(String list, Integer db) throws Throwable
ThrowableCopyright © 2014-2015 Tomitribe Corporation. All Rights Reserved.