Skip to content

Instantly share code, notes, and snippets.

import static org.junit.Assert.assertEquals;
import static org.springframework.hateoas.mvc.BasicLinkBuilder.linkToCurrentMapping;
import org.junit.Before;
import org.junit.Test;
import org.springframework.hateoas.Link;
import org.springframework.mock.web.MockHttpServletRequest;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;