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

info.novatec.testit.livingdoc.reflect.Fixture Maven / Gradle / Ivy

package info.novatec.testit.livingdoc.reflect;

public interface Fixture {
    boolean canSend(String message);

    boolean canCheck(String message);

    Message check(String message) throws NoSuchMessageException;

    Message send(String message) throws NoSuchMessageException;

    Object getTarget();

    Fixture fixtureFor(Object target);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy