#980 - Migrate to JUnit 5.

This commit is contained in:
Greg Turnquist
2019-04-08 11:50:30 -05:00
parent a0937f7c28
commit 3a8b37b42a
94 changed files with 544 additions and 467 deletions

View File

@@ -17,7 +17,7 @@ package org.springframework.hateoas;
import static org.assertj.core.api.Assertions.*;
import org.junit.Test;
import org.junit.jupiter.api.Test;
/**
* Integration tests for {@link RepresentationModel}.