c

org.scalatest.events

TopOfMethod

final case class TopOfMethod(className: String, methodId: String) extends Location with Product with Serializable

The location in a source file where the method identified by the passed methodId in the class whose fully qualified name is pased as className is declared. The methodId is obtained by calling toGenericString on the java.lang.reflect.Method object representing the method.

className

the fully qualified class name

methodId

the method ID, obtained by calling toGenericString on the java.lang.reflect.Method object representing the method

Source
Location.scala
Linear Supertypes
Location, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopOfMethod
  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 TopOfMethod(className: String, methodId: String)

    className

    the fully qualified class name

    methodId

    the method ID, obtained by calling toGenericString on the java.lang.reflect.Method object representing the method

Value Members

  1. val className: String
  2. val methodId: String