Thrown expectations will throw a FailureException if a match fails
This trait can be extended to be used in another framework like ScalaTest:
trait ScalaTestExpectations extends ThrownExpectations { override protected def checkFailure[T](m: =>MatchResult[T]) = { m match { case f @ MatchFailure(ok, ko, _, _, _) => throw new TestFailedException(f.message, f.exception, 0) case _ => () } m } }
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait StandardMatchResultstrait ThrownStandardResultstrait StandardResultstrait ThrownExpectablestrait ExpectationsCreationtrait MatchResultStackTraceclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait ShouldThrownExpectablestrait ShouldThrownExpectationsobject ShouldThrownExpectations.typetrait ShouldThrownMatchersobject ShouldThrownMatchers.typeobject ThrownExpectations.typeShow all
Members list
Value members
Inherited methods
Attributes
- Definition Classes
-
ThrownStandardResults -> StandardResults
- Inherited from:
- ThrownStandardResults
this method can be overridden to throw exceptions when checking the match result
this method can be overridden to throw exceptions when checking the match result
Attributes
- Inherited from:
- ExpectationsCreation
this method can be overriden to throw exceptions when checking the match result
this method can be overriden to throw exceptions when checking the match result
Attributes
- Definition Classes
- Inherited from:
- ThrownExpectables
this method can be overridden to throw exceptions when checking the result
this method can be overridden to throw exceptions when checking the result
Attributes
- Definition Classes
- Inherited from:
- ThrownExpectables
Attributes
- Returns
-
an Expectable with a description function
- Definition Classes
- Inherited from:
- ThrownExpectables
Attributes
- Returns
-
an Expectable with a description function
- Inherited from:
- ExpectationsCreation
Attributes
- Returns
-
an Expectable with a description
- Inherited from:
- ExpectationsCreation
Attributes
- Returns
-
an Expectable
- Inherited from:
- ExpectationsCreation
Attributes
- Returns
-
an Expectable with a function to show the element T
- Definition Classes
- Inherited from:
- ThrownExpectables
Attributes
- Inherited from:
- StandardResults
Attributes
- Inherited from:
- ThrownStandardResults
Attributes
- Definition Classes
-
ThrownStandardResults -> StandardResults
- Inherited from:
- ThrownStandardResults
Attributes
- Definition Classes
-
ThrownStandardResults -> StandardResults
- Inherited from:
- ThrownStandardResults
Attributes
- Inherited from:
- StandardMatchResults
this method can be overridden to intercept a MatchResult and change its message before it is thrown
this method can be overridden to intercept a MatchResult and change its message before it is thrown
Attributes
- Inherited from:
- ExpectationsCreation
Attributes
- Inherited from:
- StandardMatchResults
Attributes
- Inherited from:
- ThrownStandardResults
Attributes
- Definition Classes
-
ThrownStandardResults -> StandardResults
- Inherited from:
- ThrownStandardResults
Attributes
- Definition Classes
-
ThrownStandardResults -> StandardResults
- Inherited from:
- ThrownStandardResults
Attributes
- Inherited from:
- StandardResults
Attributes
- Returns
-
the value without any side-effects for expectations
- Definition Classes
- Inherited from:
- ThrownStandardMatchResults
this method can be overridden to avoid filling-in a stacktrace indicating the location of the result
this method can be overridden to avoid filling-in a stacktrace indicating the location of the result
Attributes
- Inherited from:
- MatchResultStackTrace
Attributes
- Inherited from:
- ThrownStandardResults
Attributes
- Definition Classes
-
ThrownStandardResults -> StandardResults
- Inherited from:
- ThrownStandardResults
Attributes
- Definition Classes
-
ThrownStandardResults -> StandardResults
- Inherited from:
- ThrownStandardResults
Attributes
- Inherited from:
- StandardResults
Attributes
- Inherited from:
- ThrownStandardResults
Attributes
- Definition Classes
-
ThrownStandardResults -> StandardResults
- Inherited from:
- ThrownStandardResults
Attributes
- Inherited from:
- StandardResults
Inherited fields
Attributes
- Inherited from:
- ThrownStandardMatchResults
Attributes
- Inherited from:
- StandardMatchResults
Attributes
- Inherited from:
- ThrownStandardResults