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

com.github.dreamhead.moco.MocoConfig Maven / Gradle / Ivy

Go to download

Moco is an easy setup stub framework, mainly focusing on testing and integration.

There is a newer version: 1.5.0
Show newest version
package com.github.dreamhead.moco;

public interface MocoConfig {
    boolean isFor(final String id);
    T apply(final T target);

    String FILE_ID = "file";
    String URI_ID = "uri";
    String REQUEST_ID = "request";
    String RESPONSE_ID = "response";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy