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 {
|