dmocks v2.0.1 (2018-03-13T08:10:41Z)
Home
Dub
Repo
MockedFinal
dmocks
object_mock
Undocumented in source.
class
MockedFinal (
T
) {
package
T
mocked___
;
package
MockRepository
_owner
;
package
MockId
mockId___
;
this
(T t);
auto ref
opDispatch
(Args params);
}
Constructors
this
this
(T t)
Undocumented in source.
Members
Functions
opDispatch
auto ref
opDispatch
(Args params)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_owner
MockRepository
_owner
;
Undocumented in source.
mockId___
MockId
mockId___
;
Undocumented in source.
mocked___
T
mocked___
;
Undocumented in source.
Meta
Source
See Implementation
dmocks
object_mock
classes
Mocked
MockedFinal
functions
mockMethodCall
structs
MockedStruct
templates
Body