com.greenpepper.call.AnnotateIgnored Maven / Gradle / Ivy
package com.greenpepper.call;
import com.greenpepper.Annotatable;
import com.greenpepper.annotation.Annotations;
/**
* AnnotateIgnored class.
*
* @author oaouattara
* @version $Id: $Id
*/
public class AnnotateIgnored implements Stub
{
private final Annotatable annotatable;
/**
* Constructor for AnnotateIgnored.
*
* @param annotatable a {@link com.greenpepper.Annotatable} object.
*/
public AnnotateIgnored( Annotatable annotatable )
{
this.annotatable = annotatable;
}
/** {@inheritDoc} */
public void call( Result result )
{
annotatable.annotate( Annotations.ignored( result.getActual() ) );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy