Class RedisStepDefinitions
-
- All Implemented Interfaces:
public final class RedisStepDefinitions
-
-
Constructor Summary
Constructors Constructor Description RedisStepDefinitions()
-
Method Summary
-
-
Method Detail
-
configureRecord
@Given(value = "^we configure the following record in redis ([^=]+)=([^\s]+)$") final Unit configureRecord(String key, String value)
-
bindValue
@Given(value = "^redis value for key '([^']+)' is stored under dynamic key '([^']+)'$") final Unit bindValue(String key, String dynamicKeyToStoreValue)
-
verifyRecord
@Then(value = "^redis should have record ([^=]+)=([^\s]+)$") final Unit verifyRecord(String key, String value)
-
-
-
-