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

ru.yandex.qatools.allure.junit.inject.AllureJUnitPlugin Maven / Gradle / Ivy

The newest version!
package ru.yandex.qatools.allure.junit.inject;

import org.apache.maven.plugins.annotations.*;
import ru.yandex.qatools.allure.inject.AbstractInjectPlugin;
import ru.yandex.qatools.allure.inject.Injector;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 11.11.13
 */
@SuppressWarnings("unused")
@Mojo(name = "allure", defaultPhase = LifecyclePhase.COMPILE, requiresDependencyResolution = ResolutionScope.TEST)
public class AllureJUnitPlugin extends AbstractInjectPlugin {

    @Override
    protected Injector getInjector() {
        return new JUnitRulesInjector();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy