Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/382.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 非捕获黄瓜表达_Java_Selenium_Cucumber_Cucumber Jvm_Cucumber Java - Fatal编程技术网

Java 非捕获黄瓜表达

Java 非捕获黄瓜表达,java,selenium,cucumber,cucumber-jvm,cucumber-java,Java,Selenium,Cucumber,Cucumber Jvm,Cucumber Java,从正则表达式转换为cucumber表达式。有关于如何做非捕获组的问题吗 "I see the unread badge display {string} unread message(s) for the chat with the {string} user/personal-group/official-group" 以前是: "^I see the unread badge display REGEX unread message(?: |s) for the chat with the

从正则表达式转换为cucumber表达式。有关于如何做非捕获组的问题吗

"I see the unread badge display {string} unread message(s) for the chat with the {string} user/personal-group/official-group"
以前是:

"^I see the unread badge display REGEX unread message(?: |s) for the chat with the REGEX (?:user/personal group/official group)$"
我被告知-将链接字符,但它并没有在我的功能文件中读取。处理未捕获单词的最佳方法是什么