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

TestClassMustBeProperlyNamedRule support for junit jupiter #127

Closed
icenfrosty opened this issue Dec 31, 2018 · 1 comment
Closed

TestClassMustBeProperlyNamedRule support for junit jupiter #127

icenfrosty opened this issue Dec 31, 2018 · 1 comment
Assignees

Comments

@icenfrosty
Copy link

From:

package com.openpojo.validation.rule.impl;
public class TestClassMustBeProperlyNamedRule implements Rule {
public static final String DEFAULT_ANNOTATIONS[] = { "org.testng.annotations.Test", "org.junit.Test" };

To:

public static final String DEFAULT_ANNOTATIONS[] = { "org.testng.annotations.Test", "org.junit.Test", "org.junit.jupiter.api.Test" };
oshoukry added a commit that referenced this issue Jan 4, 2019
@oshoukry oshoukry self-assigned this Jan 4, 2019
@oshoukry
Copy link
Member

oshoukry commented Jan 4, 2019

Thank you very much, please upgrade to release 0.8.11, change included.

@oshoukry oshoukry closed this as completed Jan 4, 2019
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

2 participants