Move tests to JUnit 5 wherever possible

This commit is contained in:
Andy Wilkinson
2019-05-24 11:24:29 +01:00
parent 36f56d034a
commit b18fffaf14
1320 changed files with 13424 additions and 14185 deletions

View File

@@ -16,7 +16,7 @@
package org.springframework.boot.configurationdocs;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty;

View File

@@ -16,7 +16,7 @@
package org.springframework.boot.configurationdocs;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty;

View File

@@ -16,7 +16,7 @@
package org.springframework.boot.configurationdocs;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty;