StackOverflow Questions for Tag: mockall

Treagzhao
Treagzhao

Reputation: 13

It seems mockall::automock / Send + Sync / Any conflict with each other

Score: 1

Views: 20

Answers: 0

Read More
Heikki Taavettila
Heikki Taavettila

Reputation: 11

How to inject a mock instance to Rust trait while holding on to reference of that mock

Score: 1

Views: 71

Answers: 2

Read More
aura
aura

Reputation: 543

How to mock a enum or the method of enum from a different rs-file for unit test in Rust?

Score: 0

Views: 68

Answers: 0

Read More
leeway00
leeway00

Reputation: 129

Rust mockall crate, no method named `returning`

Score: 0

Views: 112

Answers: 1

Read More
ekimpl
ekimpl

Reputation: 521

rust [mockall return_once] borrowed value does not live long enough

Score: 0

Views: 104

Answers: 1

Read More
Alex Fischer
Alex Fischer

Reputation: 241

Mocking trait methods that returns Option<&T> causing lifetime conflicts

Score: 2

Views: 448

Answers: 2

Read More
rual93
rual93

Reputation: 563

Unable to mock a static method in a trait that returns Option<&T>

Score: 2

Views: 867

Answers: 1

Read More
Jérôme MEVEL
Jérôme MEVEL

Reputation: 7804

#[automock] added only in test config but mock structure not recognized in integration test

Score: 4

Views: 1212

Answers: 1

Read More
Vitali
Vitali

Reputation: 3695

Mockall invoke input FnMut argument

Score: 0

Views: 132

Answers: 1

Read More
pdoherty926
pdoherty926

Reputation: 10349

How can I return self from a method mocked using mockall?

Score: 3

Views: 187

Answers: 1

Read More
pdoherty926
pdoherty926

Reputation: 10349

How should I mock standard library components when unit testing in Rust?

Score: 0

Views: 44

Answers: 0

Read More
Jackal
Jackal

Reputation: 543

How to set expectation on a mocked method which is called inside another mocked method Rust

Score: 0

Views: 187

Answers: 0

Read More
ptriller
ptriller

Reputation: 325

Get Access to Mockall Mocks that are used by the tested code inside of an Arc

Score: 2

Views: 262

Answers: 0

Read More
PreviousPage 1Next