TopOfClass

org.scalatest.events.TopOfClass
final case class TopOfClass(className: String) extends Location

The location in a source file where the class whose by the fully qualified name is passed as className is declared.

Value parameters

className

the fully qualified class name

Attributes

Graph
Supertypes
class Location
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product