A
B
C
F
M
O
S
M
- MaybeUseCaseMockKt - class in app.futured.arkitekt.rxusecases.test
- mockExecute(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.CompletableUseCaseMockKt
- Mock CompletableDisposablesOwner.execute method.
- mockExecute(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.CompletableUseCaseMockKt
- Mock CompletableDisposablesOwner.execute method with
any()matcher argument used as input argument. - mockExecute(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.FlowableUseCaseMockKt
- Mock FlowableDisposablesOwner.execute method.
- mockExecute(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.FlowableUseCaseMockKt
- Mock FlowableDisposablesOwner.execute method with
any()matcher argument used as input argument. - mockExecute(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.MaybeUseCaseMockKt
- Mock MaybeDisposablesOwner.execute method.
- mockExecute(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.MaybeUseCaseMockKt
- Mock MaybeDisposablesOwner.execute method with
any()matcher argument used as input argument. - mockExecute(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.ObservableUseCaseMockKt
- Mock ObservableDisposablesOwner.execute method.
- mockExecute(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.ObservableUseCaseMockKt
- Mock ObservableDisposablesOwner.execute method with
any()matcher argument used as input argument. - mockExecute(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.SingleUseCaseMockKt
- Mock SingleDisposablesOwner.execute method.
- mockExecute(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.SingleUseCaseMockKt
- Mock SingleDisposablesOwner.execute method with
any()matcher argument used as input argument. - mockExecuteNullable(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.CompletableUseCaseMockKt
- Mock CompletableDisposablesOwner.execute method for use cases with nullable input argument.
- mockExecuteNullable(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.CompletableUseCaseMockKt
- Mock CompletableDisposablesOwner.execute method for use cases with nullable input argument and
any()matcher argument used as input argument. - mockExecuteNullable(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.FlowableUseCaseMockKt
- Mock FlowableDisposablesOwner.execute method for use cases with nullable input argumentWhen the execute method will be called then the argument passed in resultBlock will be used as a result of mocked use case and corresponding methods for the given use case will be called.
- mockExecuteNullable(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.FlowableUseCaseMockKt
- Mock FlowableDisposablesOwner.execute method for use cases with nullable input argument and
any()matcher argument used as input argument. - mockExecuteNullable(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.MaybeUseCaseMockKt
- Mock MaybeDisposablesOwner.execute method for use cases with nullable input argument.
- mockExecuteNullable(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.MaybeUseCaseMockKt
- Mock MaybeDisposablesOwner.execute method for use cases with nullable input argument and
any()matcher argument used as input argument. - mockExecuteNullable(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.ObservableUseCaseMockKt
- Mock ObservableDisposablesOwner.execute method for use cases with nullable input argumentWhen the execute method will be called then the argument passed in resultBlock will be used as a result of mocked use case and corresponding methods for the given use case will be called.
- mockExecuteNullable(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.ObservableUseCaseMockKt
- Mock ObservableDisposablesOwner.execute method for use cases with nullable input argument and
any()matcher argument used as input argument. - mockExecuteNullable(USE_CASE,ARGS,Function0) - function in app.futured.arkitekt.rxusecases.test.SingleUseCaseMockKt
- Mock SingleDisposablesOwner.execute method for use cases with nullable input argument.
- mockExecuteNullable(USE_CASE,Function0) - function in app.futured.arkitekt.rxusecases.test.SingleUseCaseMockKt
- Mock SingleDisposablesOwner.execute method for use cases with nullable input argument and
any()matcher argument used as input argument.