Searched refs:MAINLINE_REGEX (Results 1 – 2 of 2) sorted by relevance
67 public static final Pattern MAINLINE_REGEX = Pattern.compile("(\\S+)\\[(\\S+)\\]"); field in TestMapping674 Matcher matcher = MAINLINE_REGEX.matcher(info.getName()); in getMainlineTestModuleName()
383 Matcher matcher = TestMapping.MAINLINE_REGEX.matcher(moduleName); in testTestSuiteSetting()