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

com.flextrade.jfixture.BehavioursContainer Maven / Gradle / Ivy

Go to download

JFixture is an open source library based on the popular .NET library, AutoFixture

The newest version!
package com.flextrade.jfixture;

public interface BehavioursContainer {
    public void add(FixtureBehaviour behaviour);
    public boolean remove(Class classToRemove);
    public  T find(Class clazz) ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy