Class Report

    • Constructor Detail

      • Report

        public Report()
    • Method Detail

      • getLine

        public int getLine()
        Get the line number where this feature starts.
        Returns:
        The line number.
      • setLine

        public void setLine​(int line)
        Set the line number where this feature starts.
        Parameters:
        line - The line number.
      • getElements

        public List<Element> getElements()
        Get the associated scenarios.
        Returns:
        The Element list.
      • setElements

        public void setElements​(List<Element> elements)
        Set the associated scenarios.
        Parameters:
        elements - The Element list.
      • getName

        public String getName()
        Get the feature name.
        Returns:
        The name.
      • setName

        public void setName​(String name)
        Set the feature name.
        Parameters:
        name - The name.
      • getDescription

        public String getDescription()
        Get the feature description.
        Returns:
        The description.
      • setDescription

        public void setDescription​(String description)
        Set the feature description.
        Parameters:
        description - The description.
      • getId

        public String getId()
        Get the feature id.
        Returns:
        The string id.
      • setId

        public void setId​(String id)
        Set the feature id.
        Parameters:
        id - The string id.
      • getUri

        public String getUri()
        Get the feature URI.
        Returns:
        The URI.
      • setUri

        public void setUri​(String uri)
        Set the feature URI.
        Parameters:
        uri - The URI.
      • getFeatureIndex

        public int getFeatureIndex()
        Get the feature index.
        Returns:
        The index.
      • setFeatureIndex

        public void setFeatureIndex​(int featureIndex)
        Set the feature index.
        Parameters:
        featureIndex - The index.
      • getTags

        public List<Tag> getTags()
        Get the feature tags.
        Returns:
        The Tag list.
      • setTags

        public void setTags​(List<Tag> tags)
        Set the feature tags.
        Parameters:
        tags - The Tag list.
      • getTotalDuration

        public long getTotalDuration()
        Get the total duration.
        Returns:
        The duration in nanoseconds.