mocked ~master (2021-04-27T09:56:40Z)
Dub
Repo
Stubbed
mocked
mocker
Stub builder.
final
class
Stubbed : Builder!T(
T
) {
this
(T mock, Repository!T.Stub repository);
Repository
!
T
.
Stub
stub
();
}
Constructors
this
this
(T mock, Repository!T.Stub repository)
Members
Functions
stub
Repository
!
T
.
Stub
stub
()
Parameters
T
Mocked type.
Meta
Source
See Implementation
mocked
mocker
aliases
Mocker
classes
Builder
Mocked
Stubbed
functions
configure
interfaces
Verifiable
mixin templates
Call
structs
Factory
MockCall
StubCall
Stub builder.