Polish
This commit is contained in:
parent
34070e5a8e
commit
0a8975bc84
|
@ -30,7 +30,7 @@ import org.springframework.core.annotation.AliasFor;
|
||||||
import org.springframework.test.context.junit4.SpringRunner;
|
import org.springframework.test.context.junit4.SpringRunner;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Annotation that can be used to appy Mockto spies to a Spring
|
* Annotation that can be used to apply Mockito spies to a Spring
|
||||||
* {@link ApplicationContext}. Can be used as a class level annotation or on fields in
|
* {@link ApplicationContext}. Can be used as a class level annotation or on fields in
|
||||||
* either {@code @Configuration} classes, or test classes that are
|
* either {@code @Configuration} classes, or test classes that are
|
||||||
* {@link RunWith @RunWith} the {@link SpringRunner}.
|
* {@link RunWith @RunWith} the {@link SpringRunner}.
|
||||||
|
|
Loading…
Reference in New Issue