fluent-asserts ~master (2021-09-16T18:09:03Z)
Home
Dub
Repo
Result
fluentasserts
core
base
Undocumented in source.
@
safe
struct
Result {
bool
willThrow
;
IResult
[]
results
;
MessageResult
message
;
string
file
;
size_t
line
;
auto
because
(string reason);
void
perform
();
~this
();
static
Result
success
();
}
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
because
auto
because
(string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
perform
void
perform
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
success
Result
success
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
file
string
file
;
Undocumented in source.
line
size_t
line
;
Undocumented in source.
message
MessageResult
message
;
Undocumented in source.
results
IResult
[]
results
;
Undocumented in source.
willThrow
bool
willThrow
;
Undocumented in source.
Meta
Source
See Implementation
fluentasserts
core
base
aliases
ReferenceException
classes
TestException
functions
fluentHandler
setupFluentHandler
should
mixin templates
DisabledShouldThrowableCommons
ShouldCommons
ShouldThrowableCommons
structs
Assert
Message
Result
ThrowableProxy