You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Multiple converters found for type %s, add one of the following content types to your docstring %s",
47
+
targetType.getTypeName(),
48
+
suggestedContentTypes));
49
+
}
50
+
thrownewCucumberDocStringException(format(
51
+
"In addition to the default converter a converter was found for type %s. The docstring not not declare an explicit content type. Change the content type of the docstring to '%s' to use this converter.",
52
+
targetType.getTypeName(),
53
+
suggestedContentTypes.get(0)));
54
+
}
42
55
thrownewCucumberDocStringException(format(
43
-
"Multiple converters found for type %s, add one of the following content types to your docstring %s",
56
+
"Multiple converters found for type %s, and the content type '%s' did not match any of the registered types %s. Change the content type of the docstring or register a docstring type for '%s'",
0 commit comments