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

com.flextrade.jfixture.behaviours.noresolution.NoResolutionHandler 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.behaviours.noresolution;

import java.util.List;

interface NoResolutionHandler {
    Object handleNoResolution(Object request, List recordedRequests);
}