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
When I use @XStreamConverters annotation with @CucumberOptions (for class annotated with JUnit Cucumber runner as example)
Then I can see, that my converters became registered
Current Behavior
When I use @XStreamConverters annotation with @CucumberOptions (for class annotated with JUnit Cucumber runner as example)
Then I don't see, that my converters became registered
Possible Solution
Restore calling of RuntimeGlue constructor with 'new LocalizedXStreams(classLoader, runtimeOptions.getConverters())'
at this line:
Summary
At now annotation @XStreamConverters doesn't have any effect, because Runtime class was broken. Line with issue:
cucumber-jvm/core/src/main/java/cucumber/runtime/Runtime.java
Line 62 in e97febe
Expected Behavior
When I use @XStreamConverters annotation with @CucumberOptions (for class annotated with JUnit Cucumber runner as example)
Then I can see, that my converters became registered
Current Behavior
When I use @XStreamConverters annotation with @CucumberOptions (for class annotated with JUnit Cucumber runner as example)
Then I don't see, that my converters became registered
Possible Solution
Restore calling of RuntimeGlue constructor with 'new LocalizedXStreams(classLoader, runtimeOptions.getConverters())'
at this line:
cucumber-jvm/core/src/main/java/cucumber/runtime/Runtime.java
Line 62 in e97febe
The text was updated successfully, but these errors were encountered: