object Failed extends Serializable
- Source
- Outcome.scala
- Alphabetic
- By Inheritance
- Failed
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(message: String, cause: Throwable)(implicit pos: Position): Failed
Creates a
Failed
instance with the passed in message and cause.Creates a
Failed
instance with the passed in message and cause.- message
the message for the
TestFailedException
set as itsexception
field- cause
the cause for the
TestFailedException
set as itsexception
field- returns
An instance of
Failed
with aTestFailedException
created from passed inmessage
andcause
set as itsexception
field.
-
def
apply(message: String)(implicit pos: Position): Failed
Creates a
Failed
instance with the passed in message.Creates a
Failed
instance with the passed in message.- message
the message for the
TestFailedException
set as itsexception
field- returns
An instance of
Failed
with aTestFailedException
created from passed inmessage
set as itsexception
field.
-
def
apply()(implicit pos: Position): Failed
Creates a
Failed
instance, with aTestFailedException
set as itsexception
field.Creates a
Failed
instance, with aTestFailedException
set as itsexception
field.- returns
An instance of
Failed
with aTestFailedException
set as itsexception
field.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
here(cause: Throwable)(implicit pos: Position): Failed
Creates a
Failed
with the passed in cause.Creates a
Failed
with the passed in cause.- cause
the passed in cause
- returns
A
Failed
withexception
field set to a newly createdTestFailedException
using the passed incause
.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )