CallRecorderFactories

data class CallRecorderFactories(    val signatureMatcherDetector: SignatureMatcherDetectorFactory,     val callRoundBuilder: CallRoundBuilderFactory,     val childHinter: ChildHinterFactory,     val verifier: VerifierFactory,     val permanentMocker: PermanentMockerFactory,     val verificationCallSorter: VerificationCallSorterFactory,     val answeringState: StateFactory,     val stubbingState: StateFactory,     val verifyingState: VerifyingStateFactory,     val exclusionState: ExclusionStateFactory,     val stubbingAwaitingAnswerState: StateFactory,     val safeLoggingState: StateFactory)

Constructors

Link copied to clipboard
fun CallRecorderFactories(    signatureMatcherDetector: SignatureMatcherDetectorFactory,     callRoundBuilder: CallRoundBuilderFactory,     childHinter: ChildHinterFactory,     verifier: VerifierFactory,     permanentMocker: PermanentMockerFactory,     verificationCallSorter: VerificationCallSorterFactory,     answeringState: StateFactory,     stubbingState: StateFactory,     verifyingState: VerifyingStateFactory,     exclusionState: ExclusionStateFactory,     stubbingAwaitingAnswerState: StateFactory,     safeLoggingState: StateFactory)

Properties

Link copied to clipboard
val answeringState: StateFactory
Link copied to clipboard
val callRoundBuilder: CallRoundBuilderFactory
Link copied to clipboard
val childHinter: ChildHinterFactory
Link copied to clipboard
val exclusionState: ExclusionStateFactory
Link copied to clipboard
val permanentMocker: PermanentMockerFactory
Link copied to clipboard
val safeLoggingState: StateFactory
Link copied to clipboard
Link copied to clipboard
val stubbingAwaitingAnswerState: StateFactory
Link copied to clipboard
val stubbingState: StateFactory
Link copied to clipboard
Link copied to clipboard
val verifier: VerifierFactory
Link copied to clipboard
val verifyingState: VerifyingStateFactory