Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support scenarioOutline #7

Open
jalona opened this issue Oct 10, 2016 · 0 comments
Open

Support scenarioOutline #7

jalona opened this issue Oct 10, 2016 · 0 comments

Comments

@jalona
Copy link

jalona commented Oct 10, 2016

java.lang.UnsupportedOperationException
    at ***.core.integration.pdf.ModelBasedReport.scenarioOutline(ModelBasedReport.java:58)
    at ***.core.integration.pdf.PdfReporter.scenarioOutline(PdfReporter.java:92)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)

Example:

Scenario Outline: eating
  Given there are <start> cucumbers
  When I eat <eat> cucumbers
  Then I should have <left> cucumbers

  Examples:
    | start | eat | left |
    |  12   |  5  |  7   |
    |  20   |  5  |  15  |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant