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

Micronaut.test.mustache Maven / Gradle / Ivy

package {{package}};

/** Test for {@link {{classname}}}. */
{{>generated}}
public interface {{classname}}TestSpec { {{#operations}}{{#operation}}

	// {{nickname}}{{#responses}}

	/** Test for {@link {{classname}}Api#{{nickname}}} with repsonse code {{code}}. */
	void {{nickname}}{{code}}() throws Exception;{{/responses}}{{/operation}}
}{{/operations}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy