unit-threaded v1.0.5 (2020-08-25T14:44:00Z)
Home
Dub
Repo
ReturnValues
unit_threaded
mock
Undocumented in source.
struct
ReturnValues (
string
function_
T
...
)
if
(
from
!"std.meta".
allSatisfy
!(
isValue
,
T
) &&
T
.
length
> 0
) {
alias
funcName
=
function_
;
alias
Values
=
T
;
static
values
();
}
Members
Aliases
Values
alias
Values
=
T
Undocumented in source.
funcName
alias
funcName
=
function_
Undocumented in source.
Static functions
values
values
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unit_threaded
mock
aliases
Identity
enums
isMockReturn
isReturnValue
isValue
functions
implMixinStr
mock
mockReturn
mockStruct
throwStruct
structs
Mock
ReturnValues
templates
allSameType