dmocks.factory

Undocumented in source.

Members

Functions

mock
T mock(MockRepository rep, CONSTRUCTOR_ARGS cargs)

Get a mock object of the given type.

mockFinal
MockedFinal!(T) mockFinal(MockRepository rep, CONSTRUCTOR_ARGS t)
Undocumented in source. Be warned that the author may not have intended to support it.
mockFinalPassTo
MockedFinal!(T) mockFinalPassTo(MockRepository rep, T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
mockStruct
MockedStruct!(T) mockStruct(MockRepository rep, CONSTRUCTOR_ARGS t)
Undocumented in source. Be warned that the author may not have intended to support it.
mockStructPassTo
MockedStruct!(T) mockStructPassTo(MockRepository rep, T obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta