Polishing
This commit is contained in:
@@ -53,7 +53,7 @@ import org.springframework.util.StringUtils;
|
||||
* of the test class.
|
||||
*
|
||||
* <p>This processor does not work against a particular test class, it only prepares
|
||||
* the bean factory for the identified, unique, set of bean overrides.
|
||||
* the bean factory for the identified, unique set of bean overrides.
|
||||
*
|
||||
* @author Simon Baslé
|
||||
* @author Stephane Nicoll
|
||||
|
||||
@@ -22,7 +22,6 @@ import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.TestMethodOrder;
|
||||
|
||||
import org.springframework.beans.factory.FactoryBean;
|
||||
import org.springframework.beans.factory.annotation.Qualifier;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
@@ -110,7 +109,6 @@ public class MockitoBeanWithResetIntegrationTests {
|
||||
}
|
||||
|
||||
@Bean("factory")
|
||||
@Qualifier("factory")
|
||||
FailingExampleServiceFactory factory() {
|
||||
return new FailingExampleServiceFactory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user