This commit is contained in:
Phillip Webb
2016-02-06 14:52:03 -08:00
parent ed01ae9ebf
commit 516afcd2ca
8 changed files with 20 additions and 18 deletions

View File

@@ -23,14 +23,14 @@ import org.junit.Test;
import org.springframework.util.MimeTypeUtils;
import static org.hamcrest.Matchers.hasToString;
import static org.junit.Assert.assertThat;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link AbstractViewResolverProperties}.
*
* @author Stephane Nicoll
*/
public class ViewResolverPropertiesTest {
public class ViewResolverPropertiesTests {
@Test
public void defaultContentType() {

View File

@@ -20,14 +20,14 @@ import org.junit.Test;
import static org.hamcrest.CoreMatchers.nullValue;
import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertThat;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link ResourceProperties}.
*
* @author Stephane Nicoll
*/
public class ResourcePropertiesTest {
public class ResourcePropertiesTests {
private final ResourceProperties properties = new ResourceProperties();