fluentasserts.core.operations.registry

Undocumented in source.

Members

Aliases

Operation
alias Operation = IResult[] delegate(ref Evaluation) @(safe) nothrow
OperationFunc
alias OperationFunc = IResult[] delegate(ref Evaluation) @(safe) nothrow

Delegate type that can handle asserts

Classes

Registry
class Registry

Functions

generalizeKey
string[] generalizeKey(string valueType, string expectedValueType, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
generalizeType
string[] generalizeType(string typeName)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta