Package step.repository.alm.otaclient
Interface IUnitTestSupport
-
- All Superinterfaces:
com4j.Com4jObject
public interface IUnitTestSupport extends com4j.Com4jObject
For HP use. IUnitTestSupport Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unitTestEnviromentOption(int newVal)
void
unitTestProfile(String newVal)
-
-
-
Method Detail
-
unitTestEnviromentOption
void unitTestEnviromentOption(int newVal)
- Parameters:
newVal
- Mandatory int parameter.
-
unitTestProfile
void unitTestProfile(String newVal)
- Parameters:
newVal
- Mandatory java.lang.String parameter.
-
-