Skip to content

Combining Repeatable annotations on method and on class#121

Merged
baev merged 9 commits into
allure-framework:masterfrom
jkttt:master
Aug 7, 2017
Merged

Combining Repeatable annotations on method and on class#121
baev merged 9 commits into
allure-framework:masterfrom
jkttt:master

Conversation

@jkttt
Copy link
Copy Markdown
Contributor

@jkttt jkttt commented Jul 31, 2017

[//]: # (
. Thank you so much for sending us a pull request!
.
. Make sure you have a clear name for your pull request.
. The name should start with a capital letter and no dot is required in the end of the sentence.
. To link the request with isses use the following notation: (fixes #123, fixes #321)
.
. An example of good pull request names:
. - Add Russian translation (fixes #123)
. - Add an ability to disable default plugins
. - Support emoji in test descriptions
)

Context

Repeatable annotations like Tag, Feature etc. on class have been overwritten by method annotations.

This have been creating different processing of JUni4 and JUnit5 test annotations. And makes neccessery duplicit annotations on JUnit4 test methods. Which could be replaced by single annotations on test class.

Checklist

@baev baev merged commit a677a3f into allure-framework:master Aug 7, 2017
@baev
Copy link
Copy Markdown
Member

baev commented Aug 7, 2017

@jkttt thanks!

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

Successfully merging this pull request may close these issues.

Enum class cast exception when using varargs generic constant parameter in step

3 participants