No-op ResetMocksTestExecutionListener when Mockito is not present

Closes gh-11508
This commit is contained in:
Andy Wilkinson
2018-01-05 11:04:36 +00:00
parent 641013787d
commit 268b97bf98
2 changed files with 13 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Madhura Bhave
*/
@RunWith(SpringRunner.class)
public class SampleTestNoMockitoApplicationTest {
public class SampleTestNoMockitoApplicationTests {
// gh-7065