Commit 9065c499 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix rebase from master

parent ece29bbd
...@@ -33,8 +33,7 @@ import org.springframework.core.type.classreading.MetadataReaderFactory; ...@@ -33,8 +33,7 @@ import org.springframework.core.type.classreading.MetadataReaderFactory;
class TestTypeExcludeFilter extends TypeExcludeFilter { class TestTypeExcludeFilter extends TypeExcludeFilter {
private static final String[] CLASS_ANNOTATIONS = { "org.junit.runner.RunWith", private static final String[] CLASS_ANNOTATIONS = { "org.junit.runner.RunWith",
"org.junit.jupiter.api.extension.ExtendWith", "org.junit.platform.commons.annotation.Testable", "org.junit.jupiter.api.extension.ExtendWith", "org.junit.platform.commons.annotation.Testable" };
"org.testng.annotations.Test", };
private static final String[] METHOD_ANNOTATIONS = { "org.junit.Test", private static final String[] METHOD_ANNOTATIONS = { "org.junit.Test",
"org.junit.platform.commons.annotation.Testable" }; "org.junit.platform.commons.annotation.Testable" };
......
...@@ -23,7 +23,7 @@ import org.springframework.context.annotation.Configuration; ...@@ -23,7 +23,7 @@ import org.springframework.context.annotation.Configuration;
@Testable @Testable
public abstract class AbstractJupiterTestWithConfigAndTestable { public abstract class AbstractJupiterTestWithConfigAndTestable {
@Configuration(proxyBeanMethods = false) @Configuration
static class Config { static class Config {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment