Skip to content

[Java] Add repeatable annotations #1467

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

Merged
merged 2 commits into from
Sep 23, 2018
Merged

Conversation

mpkorstanje
Copy link
Contributor

@mpkorstanje mpkorstanje commented Sep 23, 2018

Summary

Adds the support for repeatable step definition annotations to
the JavaBackend e.g.:

    @When("the customer opens his account")
    @When("the account is opened by the customer")
    public void open_account() {

    }

Resolves part of #1447.

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Checklist:

  • I've added tests for my code.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

The split between java and java8 necessitated a glue base interface to
store lambda glue classes in the java backend. As java and java8 have
been merged this class is no longer needed.

Instead lambda glue steps now extend LambdaGlue.
@mpkorstanje mpkorstanje added this to the 5.0.0 milestone Sep 23, 2018
Adds the support for repeatable step definition annotations to
the JavaBackend e.g.:

```
    @when("the customer opens his account")
    @when("the account is opened by the customer")
    public void open_account() {

    }
```

Resolves part of #1447.
@mpkorstanje mpkorstanje force-pushed the add-repeatable-annotations branch from 5d599a4 to b3c0e53 Compare September 23, 2018 20:39
@mpkorstanje mpkorstanje merged commit e6ce32e into develop-v5 Sep 23, 2018
@mpkorstanje mpkorstanje deleted the add-repeatable-annotations branch September 23, 2018 20:40
@lock
Copy link

lock bot commented Sep 23, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant