DATACMNS-1718 - Migrate tests to JUnit 5.

This commit is contained in:
Mark Paluch
2020-05-07 11:16:29 +02:00
parent 024f87906b
commit 152cee7956
251 changed files with 2759 additions and 2743 deletions

View File

@@ -1,5 +1,3 @@
import org.springframework.data.web.ProxyingHandlerMethodArgumentResolverUnitTests;
/*
* Copyright 2017-2020 the original author or authors.
*
@@ -18,6 +16,6 @@ import org.springframework.data.web.ProxyingHandlerMethodArgumentResolverUnitTes
/**
* @author Oliver Gierke
* @see ProxyingHandlerMethodArgumentResolverUnitTests
* @see org.springframework.data.web.ProxyingHandlerMethodArgumentResolverUnitTests
*/
public interface SampleInterface {}