Projects >> rest-driver >>8044af91ebbfe087f98335392aab2b5a0984f839

Chunk
Conflicting content
import org.junit.Assert;
import org.junit.Test;

<<<<<<< HEAD
import com.github.restdriver.exception.RuntimeXmlParseException;
import com.github.restdriver.serverdriver.http.exception.RuntimeMappingException;
import com.github.restdriver.serverdriver.http.response.DefaultResponse;
import com.github.restdriver.serverdriver.http.response.Response;
=======
import java.io.ByteArrayInputStream;
import java.io.IOException;

import static com.github.restdriver.serverdriver.RestServerDriver.*;
import static org.hamcrest.MatcherAssert.*;
import static org.hamcrest.Matchers.*;
import static org.mockito.Mockito.*;
>>>>>>> 44aba948b1ccb6b8122ccabf9ed41d3a88f97d23

public class DefaultResponseTest {
Solution content
import org.junit.Assert;
import org.junit.Test;

import com.github.restdriver.exception.RuntimeXmlParseException;
import com.github.restdriver.serverdriver.http.exception.RuntimeMappingException;
import com.github.restdriver.serverdriver.http.response.DefaultResponse;
import com.github.restdriver.serverdriver.http.response.Response;

public class DefaultResponseTest {
File
DefaultResponseTest.java
Developer's decision
Version 1
Kind of conflict
Import