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

com.hp.octane.integrations.executor.converters.JBehaveConverter Maven / Gradle / Ivy

There is a newer version: 2.24.3.5
Show newest version
package com.hp.octane.integrations.executor.converters;

import com.hp.octane.integrations.executor.TestToRunData;
import com.hp.octane.integrations.executor.TestsToRunConverter;

import java.util.List;


public class JBehaveConverter extends CustomConverter {

    public static final String FORMAT = "{\"testPattern\": \"$featureFilePath\",\"testDelimiter\": \",\"}";

    public JBehaveConverter() {
        super(FORMAT);
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy