Arguments to construct final failure message with raw message returned from rawFailureMessage
.
Arguments to construct final mid sentence failure message with raw message returned from rawMidSentenceFailureMessage
.
Arguments to construct final negated mid sentence failure message with raw message returned from rawMidSentenceNegatedFailureMessage
.
Arguments to construct final negated failure message with raw message returned from rawNegatedFailureMessage
.
raw message to report a failure
raw mid sentence message to report a failure
raw mid sentence message with a meaning opposite to that of the failure message
raw message with a meaning opposite to that of the failure message
the Boolean
value of this Bool
Logical and
this Bool
with another Bool
Logical and
this Bool
with another Bool
another Bool
a Bool
that represents the result of logical and
Logical and
this Bool
with another Bool
Logical and
this Bool
with another Bool
another Bool
a Bool
that represents the result of logical and
Construct and return failure message, by applying arguments returned from failureMessageArgs
to
raw message returned from rawFailureMessage
Construct and return mid sentence failure message, by applying arguments returned from midSentenceFailureMessageArgs
to
raw message returned from rawMidSentenceFailureMessage
Construct and return mid sentence negated failure message, by applying arguments returned from midSentenceNegatedFailureMessageArgs
to
raw message returned from rawMidSentenceNegatedFailureMessage
Construct and return negated failure message, by applying arguments returned from negatedFailureMessageArgs
to
raw message returned from rawNegatedFailureMessage
Negate this Bool
Negate this Bool
a Bool
that represents the result of negating the original Bool
Logical or
this Bool
with another Bool
Logical or
this Bool
with another Bool
another Bool
a Bool
that represents the result of logical or
Logical or
this Bool
with another Bool
Logical or
this Bool
with another Bool
another Bool
a Bool
that represents the result of logical or
A trait that represent a rich-featured boolean value, which includes the following members:
Bool
composableBool
is used by code generated fromBooleanMacro
(whichAssertionsMacro
andRequirementsMacro
uses), it needs to be public so that the generated code can be compiled. It is expected that ScalaTest users would ever need to useBool
directly.