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

io.codearte.accurest.config.TestMode.groovy Maven / Gradle / Ivy

The newest version!
package io.codearte.accurest.config

/**
 * @author Jakub Kubrynski
 */
enum TestMode {
	/**
	 * Uses Spring's MockMvc
	 */
	MOCKMVC,

	/**
	 * Uses direct HTTP invocations
	 */
	EXPLICIT,

	/**
	 * Uses JAX-RS client
	 */
	JAXRSCLIENT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy