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

com.xceptance.xlt.common.XltPropertyNames Maven / Gradle / Ivy

Go to download

XLT (Xceptance LoadTest) is an extensive load and performance test tool developed and maintained by Xceptance.

There is a newer version: 8.1.0
Show newest version
package com.xceptance.xlt.common;

public class XltPropertyNames
{
    private static final String BASE = "com.xceptance.xlt.";

    public static class ReportGenerator
    {
        private static final String BASE = XltPropertyNames.BASE + "reportgenerator.";

        public static class Errors
        {
            private static final String BASE = ReportGenerator.BASE + "errors.";

            public static final String REQUEST_ERROR_OVERVIEW_CHARTS_LIMIT = BASE + "requestErrorOverviewChartsLimit";

            public static final String TRANSACTION_ERROR_OVERVIEW_CHARTS_LIMIT = BASE + "transactionErrorOverviewChartsLimit";

            public static final String TRANSACTION_ERROR_DETAIL_CHARTS_LIMIT = BASE + "transactionErrorDetailChartsLimit";
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy