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
Feature: Test featureScenario Outline: Test outline
Failing Test case
Given "A" contains a line with "<link>"When I click onto "<link>"Then the link will link to "<result>"Examples:
| link | result | remark | | FOO | BAR | BAZ | | XYZ | | |
There is a System.ArgumentException with the message "Die Zeichenfolge kann keine Länge von 0 (null) haben.\r\nParametername: oldValue" (in English "The string cannot hav a length of 0 (null)....") in XUnit2ScenarioOutlineExampleMatcher.ScenarioOutlineExampleIsMatch
Given the following feature:
and the following TestResultsFile:
There is a System.ArgumentException with the message "Die Zeichenfolge kann keine Länge von 0 (null) haben.\r\nParametername: oldValue" (in English "The string cannot hav a length of 0 (null)....") in
XUnit2ScenarioOutlineExampleMatcher.ScenarioOutlineExampleIsMatch
This was introduced in PR #509
I have a fix and send a PR
The text was updated successfully, but these errors were encountered: