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

com.roscopeco.moxy.api.package-info Maven / Gradle / Ivy

There is a newer version: 0.94.0
Show newest version
/**
 * 

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy