Class ParallelBranchRepositoryMockImpl
java.lang.Object
com.codingapi.flow.mock.repository.ParallelBranchRepositoryMockImpl
- All Implemented Interfaces:
ParallelBranchRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTriggerCount(String parallelId) voidclearTriggerCount(String parallelId) intgetTriggerCount(String parallelId)
-
Constructor Details
-
ParallelBranchRepositoryMockImpl
public ParallelBranchRepositoryMockImpl()
-
-
Method Details
-
getTriggerCount
- Specified by:
getTriggerCountin interfaceParallelBranchRepository
-
addTriggerCount
- Specified by:
addTriggerCountin interfaceParallelBranchRepository
-
clearTriggerCount
- Specified by:
clearTriggerCountin interfaceParallelBranchRepository
-