Package org.springframework.mock.web

Examples of org.springframework.mock.web.MockHttpServletResponse.reset()


      controller.downloadCSV(getTestUser(), test.getId(), resp);
    } catch (IllegalStateException e) {
      // the report file doesn't exist
      assertTrue(true);
    }
    resp.reset();
    controller.downloadLog(getTestUser(), test.getId(), "log", resp);
  }

  @Test
  public void testRefreshTestRunning() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.