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

ru.tinkoff.gatling.javaapi.profile.ProfileBuilderNew Maven / Gradle / Ivy

The newest version!
package ru.tinkoff.gatling.javaapi.profile;


public final class ProfileBuilderNew {

    public static YamlBuilder buildFromYaml(String path) {
        return new YamlBuilder(ru.tinkoff.gatling.profile.ProfileBuilderNew.buildFromYamlJava(path));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy