wvlet.airspec.spi.AirSpecContext
AirSpecContext is an interface to pass the test environment data to individual test methods.
Spec: global
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Get the current session used for calling the test method
Get the current session used for calling the test method
Attributes
Get the test method name currently running. For a global context, this will return '
'.
Get the test method name currently running. For a global context, this will return '
'.
Attributes
Get the leaf name of the current spec class.
Get the leaf name of the current spec class.
Note: In Scala.js, this may return weired names especially for inner classes.
Attributes