TopOfMethod

org.scalatest.events.TopOfMethod
final case class TopOfMethod(className: String, methodId: String) extends Location

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.

Value parameters

className

the fully qualified class name

methodId

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

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