1
0
mirror of https://gitee.com/dcren/initializr.git synced 2025-04-05 17:38:06 +08:00
This commit is contained in:
Stephane Nicoll 2019-08-18 14:11:31 +02:00
parent ece903e754
commit cd59699644
2 changed files with 4 additions and 0 deletions
initializr-web/src/test/java/io/spring/initializr/web

View File

@ -24,6 +24,8 @@ import org.springframework.mock.env.MockEnvironment;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link CloudfoundryEnvironmentPostProcessor}.
*
* @author Stephane Nicoll
*/
class CloudfoundryEnvironmentPostProcessorTests {

View File

@ -30,6 +30,8 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link DependencyMetadataJsonMapper}.
*
* @author Stephane Nicoll
*/
class DependencyMetadataJsonMapperTests {