Uses of Interface
step.repository.alm.v16.otaclient.ITest
-
Packages that use ITest Package Description step.repository.alm.v16 step.repository.alm.v16.cache step.repository.alm.v16.otaclient -
-
Uses of ITest in step.repository.alm.v16
Methods in step.repository.alm.v16 with parameters of type ITest Modifier and Type Method Description protected void
ALM16RepositoryDaemon. assertTestcaseNotCheckedOut(ITest test)
-
Uses of ITest in step.repository.alm.v16.cache
Methods in step.repository.alm.v16.cache that return ITest Modifier and Type Method Description ITest
ITestAccessor. getTestCaseById(int testID)
Methods in step.repository.alm.v16.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.v16.otaclient
Subinterfaces of ITest in step.repository.alm.v16.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.interface
IBusinessProcess4
Represents a single Business Process Test.interface
IBusinessProcess5
Represents a single Business Process Test.interface
IBusinessProcess6
Represents a single Business Process Test.interface
ITest2
Represents a planning test.interface
ITest3
Represents a planning test.
-