Skipped
Skipped result
Attributes
- See also
-
Result for description
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Resultclass Objecttrait Matchableclass AnyShow all
- Self type
Members list
Value members
Concrete methods
Attributes
- Returns
-
true if the result is a Skipped instance
- Definition Classes
set the number of expectations
set the number of expectations
Attributes
Inherited methods
increment the number of expectations
Attributes
- Returns
-
the colored textual status of the result
- Inherited from:
- Result
number of expectations for a Result The default number is 1 but this could be higher if this result represents the execution of a ScalaCheck property
number of expectations for a Result The default number is 1 but this could be higher if this result represents the execution of a ScalaCheck property
Attributes
- Inherited from:
- Result
Attributes
- Returns
-
true if the result is an Error instance
- Inherited from:
- Result
Attributes
- Returns
-
true if the result is a Failure instance
- Inherited from:
- Result
Attributes
- Returns
-
true if the result is a failure or an Error
- Inherited from:
- Result
Attributes
- Returns
-
true if the result is a Pending instance
- Inherited from:
- Result
Attributes
- Returns
-
true if the result is a Success instance
- Inherited from:
- Result
Attributes
- Returns
-
true if the result is a Skipped or Pending
- Inherited from:
- Result
Attributes
- Returns
-
true if the result is a Failure that was thrown like a JUnit assertion error or a NotImplemented exception
- Inherited from:
- Result
change this result's expected
Attributes
- Returns
-
the negation of this result where a success becomes a failure and vice-versa
- Inherited from:
- Result
prepend another message and a conjunction depending on the status of this result
prepend another message and a conjunction depending on the status of this result
Attributes
- Inherited from:
- Result
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
set the message of a result, keeping the subclass type
Attributes
- Returns
-
the uncolored textual status of the result
- Inherited from:
- Result
Attributes
- Returns
-
the textual status of the result
- Inherited from:
- Result
update the expected of a result, keeping the subclass type
change this result's message