org.meanbean.factories.FactoryCollectionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of meanbean Show documentation
Show all versions of meanbean Show documentation
Mean Bean is an open source Java test library that tests equals and hashCode contract compliance, as well as JavaBean/POJO getter and setter methods.
The newest version!
package org.meanbean.factories;
/**
* Defines an object that provides access to a FactoryCollection.
*
* @author Graham Williamson
*/
public interface FactoryCollectionProvider {
/**
* The collection of test data Factories with which you can register new Factories for custom Data Types.
*
* @return The collection of test data Factories.
*/
FactoryCollection getFactoryCollection();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy