Class XMLReporter

    • Constructor Detail

      • XMLReporter

        public XMLReporter()
    • Method Detail

      • addDurationAttributes

        public static void addDurationAttributes​(XMLReporterConfig config,
                                                 Properties attributes,
                                                 Date minStartDate,
                                                 Date maxEndDate)
        Add started-at, finished-at and duration-ms attributes to the tag
      • getFileFragmentationLevel

        @Deprecated
        public int getFileFragmentationLevel()
        Deprecated.
        Unused
      • setFileFragmentationLevel

        @Deprecated
        public void setFileFragmentationLevel​(int fileFragmentationLevel)
        Deprecated.
        Unused
      • getStackTraceOutputMethod

        @Deprecated
        public int getStackTraceOutputMethod()
        Deprecated.
        Use #getConfig() instead
      • setStackTraceOutputMethod

        @Deprecated
        public void setStackTraceOutputMethod​(int stackTraceOutputMethod)
        Deprecated.
        Use #getConfig() instead
      • getOutputDirectory

        @Deprecated
        public String getOutputDirectory()
        Deprecated.
        Use #getConfig() instead
      • setOutputDirectory

        @Deprecated
        public void setOutputDirectory​(String outputDirectory)
        Deprecated.
        Use #getConfig() instead
      • isGenerateGroupsAttribute

        @Deprecated
        public boolean isGenerateGroupsAttribute()
        Deprecated.
        Use #getConfig() instead
      • setGenerateGroupsAttribute

        @Deprecated
        public void setGenerateGroupsAttribute​(boolean generateGroupsAttribute)
        Deprecated.
        Use #getConfig() instead
      • isSplitClassAndPackageNames

        @Deprecated
        public boolean isSplitClassAndPackageNames()
        Deprecated.
        Use #getConfig() instead
      • setSplitClassAndPackageNames

        @Deprecated
        public void setSplitClassAndPackageNames​(boolean splitClassAndPackageNames)
        Deprecated.
        Use #getConfig() instead
      • getTimestampFormat

        @Deprecated
        public String getTimestampFormat()
        Deprecated.
        Use #getConfig() instead
      • setTimestampFormat

        @Deprecated
        public void setTimestampFormat​(String timestampFormat)
        Deprecated.
        Use #getConfig() instead
      • isGenerateDependsOnMethods

        @Deprecated
        public boolean isGenerateDependsOnMethods()
        Deprecated.
        Use #getConfig() instead
      • setGenerateDependsOnMethods

        @Deprecated
        public void setGenerateDependsOnMethods​(boolean generateDependsOnMethods)
        Deprecated.
        Use #getConfig() instead
      • setGenerateDependsOnGroups

        @Deprecated
        public void setGenerateDependsOnGroups​(boolean generateDependsOnGroups)
        Deprecated.
        Use #getConfig() instead
      • isGenerateDependsOnGroups

        @Deprecated
        public boolean isGenerateDependsOnGroups()
        Deprecated.
        Use #getConfig() instead
      • setGenerateTestResultAttributes

        @Deprecated
        public void setGenerateTestResultAttributes​(boolean generateTestResultAttributes)
        Deprecated.
        Use #getConfig() instead
      • isGenerateTestResultAttributes

        @Deprecated
        public boolean isGenerateTestResultAttributes()
        Deprecated.
        Use #getConfig() instead