Package ru.testit.properties
Class AdapterConfig
- java.lang.Object
-
- ru.testit.properties.AdapterConfig
-
- All Implemented Interfaces:
java.io.Serializable
public class AdapterConfig extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdapterConfig(java.util.Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdapterModegetMode()booleanshouldAutomaticCreationTestCases()booleanshouldEnableTmsIntegration()java.lang.StringtoString()
-
-
-
Method Detail
-
getMode
public AdapterMode getMode()
-
shouldAutomaticCreationTestCases
public boolean shouldAutomaticCreationTestCases()
-
shouldEnableTmsIntegration
public boolean shouldEnableTmsIntegration()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-