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

autofixture.generators.enums.EnumCache Maven / Gradle / Ivy

package autofixture.generators.enums;

import autofixture.interfaces.InstanceType;

public interface EnumCache {

   void registerIfNotPresent(InstanceType instanceType);

   T retrieveNextValueOf(InstanceType instanceType);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy