Uses of Interface
step.repository.alm.otaclient.ITest
-
Packages that use ITest Package Description step.repository.alm step.repository.alm.cache step.repository.alm.otaclient TDAPIOLELib -
-
Uses of ITest in step.repository.alm
Methods in step.repository.alm with parameters of type ITest Modifier and Type Method Description protected void
ALMRepositoryDaemon. assertTestcaseNotCheckedOut(ITest test)
-
Uses of ITest in step.repository.alm.cache
Methods in step.repository.alm.cache that return ITest Modifier and Type Method Description ITest
ITestAccessor. getTestCaseById(int testID)
Methods in step.repository.alm.cache with parameters of type ITest Modifier and Type Method Description void
ITestAccessor. put(int testID, ITest test)
-
Uses of ITest in step.repository.alm.otaclient
Subinterfaces of ITest in step.repository.alm.otaclient Modifier and Type Interface Description interface
IBusinessProcess
Represents a single Business Process Test.interface
IBusinessProcess2
Represents a single Business Process Test.interface
IBusinessProcess3
Represents a single Business Process Test.
-