SuiteId

case class SuiteId(id: Int)
Value parameters:
id

Level of the spec nesting that you are at. Suites get new values, test cases inherit their suite's

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product