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

org.meanbean.factories.FactoryCollectionProvider Maven / Gradle / Ivy

Go to download

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