Class YamlFileTest.BasicTestType
java.lang.Object
test.de.iip_ecosphere.platform.support.YamlFileTest.BasicTestType
- Direct Known Subclasses:
YamlFileTest.ExtendedTestType,YamlFileTest.TestType
- Enclosing class:
YamlFileTest
A basic test type.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
iValue
private int iValue
-
-
Constructor Details
-
BasicTestType
public BasicTestType()
-
-
Method Details
-
getIValue
public int getIValue()Returns iValue.- Returns:
- iValue the new value
-
setIValue
public void setIValue(int iValue) Sets iValue. [required by Snakeyaml]- Parameters:
iValue- the new value
-