Interface ICriterionCoverageFactory
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseFactory,- IBaseFactoryEx
 
 public interface ICriterionCoverageFactory extends IBaseFactoryEx Services for managing coverage by criteria.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresetCyclesContext()Resets cycle context.voidsetCyclesContext(IList coverageByCycles)Sets cycle context to be used in NewList.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryaddItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryExmail
 
- 
 
- 
- 
- 
Method Detail- 
setCyclesContextvoid setCyclesContext(IList coverageByCycles) Sets cycle context to be used in NewList. - Parameters:
- coverageByCycles- Mandatory step.repository.alm.v16.otaclient.IList parameter.
 
 - 
resetCyclesContextvoid resetCyclesContext() Resets cycle context. 
 
- 
 
-