fluent-asserts ~master (2021-09-16T18:09:03Z)
Home
Dub
Repo
SeparatorResult
fluentasserts
core
results
A new line sepparator
@
safe
class
SeparatorResult :
IResult
{
string
toString
();
void
print
(ResultPrinter printer);
}
Members
Functions
print
void
print
(ResultPrinter printer)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IResult
toString
string
toString
()
Undocumented in source.
print
void
print
(ResultPrinter )
Undocumented in source.
Meta
Source
See Implementation
fluentasserts
core
results
classes
DefaultResultPrinter
DiffResult
ExpectedActualResult
ExtraMissingResult
KeyResult
ListInfoResult
MessageResult
MockPrinter
SeparatorResult
SourceResult
functions
fileToDTokens
getAssertIndex
getFunctionEnd
getParameter
getPreviousIdentifier
getScope
getShouldIndex
getWhiteIntervals
splitMultilinetokens
toResults
toString
interfaces
IResult
ResultPrinter
structs
ResultGlyphs
WhiteIntervals
A new line sepparator