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.23.0
Show newest version
package {{packageName}}.cucumber.rest;

public interface HeaderAsserter {
  HeaderAsserter containing(String value);

  HeaderAsserter startingWith(String prefix);

  T and();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy