Some minor changes based on feedback

This commit is contained in:
Tim Ysewyn
2019-08-13 15:01:38 +02:00
parent 9f2a96d8d6
commit ed83b824bb
15 changed files with 57 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ import org.junit.jupiter.api.Test;
/**
* @author Tim Ysewyn
*/
public class HttpHeadersTests {
class HttpHeadersTests {
@Test
public void ACCEPT() {

View File

@@ -22,7 +22,7 @@ import org.junit.jupiter.api.Test;
/**
* @author Tim Ysewyn
*/
public class HttpMethodsTests {
class HttpMethodsTests {
@Test
public void GET() {

View File

@@ -22,7 +22,7 @@ import org.junit.jupiter.api.Test;
/**
* @author Tim Ysewyn
*/
public class MediaTypesTests {
class MediaTypesTests {
@Test
public void ALL_VALUE() {