unit-threaded v0.7.1 (2016-12-09T12:11:11Z)
Home
Dub
Repo
Mock.MockAbstract
unit_threaded
mock
Mock
Undocumented in source.
struct
Mock
(T, string module_ = __MODULE__)
class
MockAbstract : T {
import
std
.
conv
:
to
;
;
mixin
MockImplCommon
;
}
Members
Mixins
__anonymous
mixin
MockImplCommon
Undocumented in source.
Mixed In Members
From
mixin
MockImplCommon
verified
bool
verified
;
Undocumented in source.
expectedFuncs
string
[]
expectedFuncs
;
Undocumented in source.
calledFuncs
string
[]
calledFuncs
;
Undocumented in source.
expectedValues
string
[]
expectedValues
;
Undocumented in source.
calledValues
string
[]
calledValues
;
Undocumented in source.
expect
void
expect
(V values)
Undocumented in source. Be warned that the author may not have intended to support it.
expectCalled
void
expectCalled
(V values)
Undocumented in source. Be warned that the author may not have intended to support it.
verify
void
verify
(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unit_threaded
mock
Mock
classes
MockAbstract
destructors
~this
functions
returnValue
variables
_impl