All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cosium.hal_mock_mvc.SubmittableTemplate Maven / Gradle / Ivy

The newest version!
package com.cosium.hal_mock_mvc;

import org.springframework.test.web.servlet.ResultActions;

/**
 * @author Réda Housni Alaoui
 */
public interface SubmittableTemplate {

  /** Submits the template */
  ResultActions submit() throws Exception;

  /**
   * Submits the template by expecting a 201 Created response then begins a new traversal starting
   * at the returned Location header.
   */
  HalMockMvc createAndShift() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy