Package org.kie.perf

Class TestConfig


  • public class TestConfig
    extends Object
    • Field Detail

      • log

        protected final org.slf4j.Logger log
      • projectName

        protected String projectName
      • suite

        protected String suite
      • scenario

        protected String scenario
      • startScriptLocation

        protected String startScriptLocation
      • databaseName

        protected String databaseName
      • duration

        protected int duration
      • iterations

        protected int iterations
      • expectedRate

        protected int expectedRate
      • periodicity

        protected int periodicity
      • reportDataLocation

        protected String reportDataLocation
      • threads

        protected int threads
      • warmUp

        protected boolean warmUp
      • warmUpCount

        protected int warmUpCount
      • warmUpTime

        protected int warmUpTime
      • perfRepoHost

        protected String perfRepoHost
      • perfRepoUrlPath

        protected String perfRepoUrlPath
      • perfRepoUsername

        protected String perfRepoUsername
      • perfRepoPassword

        protected String perfRepoPassword
      • testUIDSuffix

        protected String testUIDSuffix
      • version

        protected String version
    • Constructor Detail

      • TestConfig

        protected TestConfig()
    • Method Detail

      • getInstance

        public static TestConfig getInstance()
      • addTag

        protected void addTag​(String tag)
      • getProperties

        public Properties getProperties()
      • getProjectName

        public String getProjectName()
      • getSuite

        public String getSuite()
      • getVersion

        public String getVersion()
      • getScenario

        public String getScenario()
      • getStartScriptLocation

        public String getStartScriptLocation()
      • getTestPackage

        public String getTestPackage()
      • getDatabaseName

        public String getDatabaseName()
      • getDuration

        public int getDuration()
      • getIterations

        public int getIterations()
      • getExpectedRate

        public int getExpectedRate()
      • getPeriodicity

        public int getPeriodicity()
      • getReportDataLocation

        public String getReportDataLocation()
      • getThreads

        public int getThreads()
      • isWarmUp

        public boolean isWarmUp()
      • getWarmUpCount

        public int getWarmUpCount()
      • getWarmUpTime

        public int getWarmUpTime()
      • getPerfRepoHost

        public String getPerfRepoHost()
      • getPerfRepoUrlPath

        public String getPerfRepoUrlPath()
      • getPerfRepoUsername

        public String getPerfRepoUsername()
      • getPerfRepoPassword

        public String getPerfRepoPassword()
      • getTestUIDSuffix

        public String getTestUIDSuffix()