Class CucumberLauncher


  • public class CucumberLauncher
    extends java.lang.Object
    Class to manage cucumber
    • Constructor Summary

      Constructors 
      Constructor Description
      CucumberLauncher​(java.nio.file.Path tnrReportDirectory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> buildCucumberArgument​(java.lang.String glueCode, java.nio.file.Path featurePath, java.lang.String reportName)
      create a list to manage cucumber arguments
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CucumberLauncher

        public CucumberLauncher​(java.nio.file.Path tnrReportDirectory)
    • Method Detail

      • buildCucumberArgument

        public java.util.List<java.lang.String> buildCucumberArgument​(java.lang.String glueCode,
                                                                      java.nio.file.Path featurePath,
                                                                      java.lang.String reportName)
        create a list to manage cucumber arguments
        Parameters:
        glueCode - path on the glue code
        featurePath - path on the feature
        reportName -
        Returns:
        list of cucumber arguments on a list