Package com.shaft.properties.internal
Interface TestNG
- All Superinterfaces:
org.aeonbits.owner.Config
,EngineProperties<TestNG>
,Serializable
@Sources({"system:properties","file:src/main/resources/properties/TestNG.properties","file:src/main/resources/properties/default/TestNG.properties","classpath:TestNG.properties"})
public interface TestNG
extends EngineProperties<TestNG>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aeonbits.owner.Config
org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass
Nested classes/interfaces inherited from interface com.shaft.properties.internal.EngineProperties
EngineProperties.SetProperty
-
Method Summary
Methods inherited from interface com.shaft.properties.internal.EngineProperties
set
-
Method Details
-
parallel
-
parallelMode
-
threadCount
@Key("setThreadCount") @DefaultValue("1.0d") double threadCount() -
verbose
-
preserveOrder
@Key("setPreserveOrder") @DefaultValue("false") boolean preserveOrder() -
groupByInstances
@Key("setGroupByInstances") @DefaultValue("false") boolean groupByInstances() -
dataProviderThreadCount
@Key("setDataProviderThreadCount") @DefaultValue("1") int dataProviderThreadCount() -
testSuiteTimeout
@Key("testSuiteTimeout") @DefaultValue("1440") long testSuiteTimeout()Test Suite Timeout in Minutes Default is 1440 minutes == 24 hours
-