Closes gh-7030
This commit is contained in:
Johnny Lim
2016-09-27 20:37:32 +09:00
committed by Stephane Nicoll
parent 73f153daca
commit 30a677646f
6 changed files with 11 additions and 16 deletions

View File

@@ -21,9 +21,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.reflect.Field;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.mockito.ArgumentCaptor;
import org.mockito.Captor;
import org.mockito.Mock;
@@ -47,9 +45,6 @@ import static org.mockito.Mockito.verify;
*/
public class QualifierDefinitionTests {
@Rule
public ExpectedException thrown = ExpectedException.none();
@Mock
private ConfigurableListableBeanFactory beanFactory;