com.roscopeco.moxy.api.package-info Maven / Gradle / Ivy
/**
* API for Moxy. By implementing the interfaces in this package,
* new Moxy backends can be created which use different generation,
* stubbing, verifying and matching implementations to the default.
*
* Most users won't use this API directly - usage will be via
* the static methods on the {@link com.roscopeco.moxy.Moxy} and
* {@link com.roscopeco.moxy.matchers.Matchers} classes.
*
* See README.md for instructions on using the library.
*
* @see com.roscopeco.moxy.Moxy
* @see com.roscopeco.moxy.matchers.Matchers
*/
package com.roscopeco.moxy.api;