c

org.scalatest.events

TopOfClass

final case class TopOfClass(className: String) extends Location with Product with Serializable

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

className

the fully qualified class name

Source
Location.scala
Linear Supertypes
Location, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopOfClass
  2. Location
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TopOfClass(className: String)

    className

    the fully qualified class name

Value Members

  1. val className: String