This commit is contained in:
Stephane Nicoll 2016-04-02 08:05:02 +02:00
parent 34070e5a8e
commit 0a8975bc84
1 changed files with 1 additions and 1 deletions

View File

@ -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}.