Closes gh-7403
This commit is contained in:
Johnny Lim
2016-11-16 22:26:39 +09:00
committed by Phillip Webb
parent 387a406aad
commit 8038882d46
12 changed files with 21 additions and 12 deletions

View File

@@ -42,6 +42,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

View File

@@ -10,7 +10,7 @@ import org.springframework.test.context.junit4.SpringRunner;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests that {code ResetMocksTestExecutionListener} and
* Tests that {@code ResetMocksTestExecutionListener} and
* {@code MockitoTestExecutionListener} gracefully degrade when Mockito is not on the
* classpath.
*