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

generator.server.springboot.cucumber.rest.HeaderAsserter.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package {{packageName}}.cucumber.rest;

public interface HeaderAsserter {
  HeaderAsserter containing(String value);

  HeaderAsserter startingWith(String prefix);

  T and();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy