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

ru.yandex.qatools.allure.plugins.DefaultTabPlugin Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package ru.yandex.qatools.allure.plugins;

import ru.yandex.qatools.allure.AllureTestCase;

/**
 * Base class for all tab plugins.
 *
 * @author Dmitry Baev [email protected]
 *         Date: 17.04.15
 * @see ProcessPlugin
 */
public abstract class DefaultTabPlugin extends AbstractPlugin
        implements ProcessPlugin {

    @Override
    public Class getType() {
        return AllureTestCase.class;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy