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

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 {