dmocks ~master (2022-02-25T06:52:18.6445436)
Dub
Repo
ExpectationViolationException
dmocks
util
Thrown when an expectation violation was found during mocker verification.
class
ExpectationViolationException : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
dmocks
util
classes
ExpectationViolationError
ExpectationViolationException
InvalidOperationException
MocksSetupException
functions
debugLog
nullableToString
yellow
templates
IsConcreteClass
Thrown when an expectation violation was found during mocker verification.