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
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" };
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: