OptionValuable
org.scalatest.OptionValues.OptionValuable
Wrapper class that adds a value method to Option, allowing you to make statements like:
opt.value should be > 9
Value parameters
- opt
-
An option to convert to
OptionValuable, which provides thevaluemethod.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article