Creates a Failed
instance with the passed in message and cause.
Creates a Failed
instance with the passed in message and cause.
the message for the TestFailedException
set as its exception
field
the cause for the TestFailedException
set as its exception
field
An instance of Failed
with a TestFailedException
created from passed in message
and cause
set as its exception
field.
Creates a Failed
instance with the passed in message.
Creates a Failed
instance with the passed in message.
the message for the TestFailedException
set as its exception
field
An instance of Failed
with a TestFailedException
created from passed in message
set as its exception
field.
Creates a Failed
instance, with a TestFailedException
set as its exception
field.
Creates a Failed
instance, with a TestFailedException
set as its exception
field.
An instance of Failed
with a TestFailedException
set as its exception
field.
Creates a Failed
with the passed in cause.
Creates a Failed
with the passed in cause.
the passed in cause
A Failed
with exception
field set to a newly created TestFailedException
using the passed in cause
.