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

info.novatec.testit.livingdoc.call.AnnotateNotEntered Maven / Gradle / Ivy

package info.novatec.testit.livingdoc.call;

import info.novatec.testit.livingdoc.Example;
import info.novatec.testit.livingdoc.annotation.Annotations;


public class AnnotateNotEntered implements Stub {
    private final Example example;

    public AnnotateNotEntered(Example example) {
        this.example = example;
    }

    @Override
    public void call(Result result) {
        example.annotate(Annotations.notEntered());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy