Dmitry Prigodich

Results 2 comments of Dmitry Prigodich

Well, ok, when we want to have string with quote signs ("") then it might not work as expected.

I suggest following step definitions: ``` //CREATE @And("^DB table \"([^\"]+)\" record with ([^\"]+) is \"([^\"]+)\" is created$") public void createRecordInDB(String tableName, String key, String keyValue) { } @And("^DB table \"([^\"]+)\"...