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

com.github.invictum.allure.annotation.TestFramework Maven / Gradle / Ivy

package com.github.invictum.allure.annotation;

public enum TestFramework {
    JUNIT,
    BDD;


    @Override
    public String toString() {
        return name();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy