package fr.inria.diversify.testMutation; import org.junit.Test; import spoon.processing.AbstractAnnotationProcessor; import spoon.reflect.declaration.CtMethod; /** * Created by marodrig on 24/07/2014. */ public class TestMutator extends AbstractAnnotationProcessor<org.junit.Test, CtMethod> { @Override public void process(Test test, CtMethod ctMethod) { //Google with its ultra hupa dupa "know what you want" seach engine has decide I'm taking my first step to learn Spanish!! //Yipiii!! I mean... learning Spanish has always been my life's dream. Now I can finally start reading reading "El Quijote"... again. } }