unit-threaded v0.7.16 (2017-04-17T23:19:19Z)
Home
Dub
Repo
Mock
unit_threaded
mock
Undocumented in source.
struct
Mock (
T
) {
MockAbstract
_impl
;
class
MockAbstract
;
this
(int );
~this
();
void
returnValue
(V values);
void
returnValue
(V values);
}
Constructors
this
this
(int )
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Alias This
_impl
Members
Classes
MockAbstract
class
MockAbstract
Undocumented in source.
Functions
returnValue
void
returnValue
(V values)
This version takes overloads into account. i is the overload index. e.g.:
returnValue
void
returnValue
(V values)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_impl
MockAbstract
_impl
;
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
mock
aliases
Identity
functions
implMixinStr
mock
mockStruct
mixin templates
MockImplCommon
structs
Mock