MUnitFingerprint

munit.internal.MUnitFingerprint
class MUnitFingerprint(isModule: Boolean) extends CustomFingerprint

Attributes

Graph
Supertypes
trait SubclassFingerprint
trait Fingerprint
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def requireNoArgConstructor(): Boolean

Indicates whether discovered classes must have a no-arg constructor.

Indicates whether discovered classes must have a no-arg constructor.

If this method returns true, the client should not discover any subclass of the given superClassName that does not declare a no-arg constructor, i.e., a constructor that takes no arguments.

Attributes

Definition Classes
CustomFingerprint -> SubclassFingerprint
Inherited from:
CustomFingerprint
override def superclassName(): String

The name of the superclass or supertrait that identifies classes (and possibly modules) as test classes to be discovered.

The name of the superclass or supertrait that identifies classes (and possibly modules) as test classes to be discovered.

Attributes

Definition Classes
CustomFingerprint -> SubclassFingerprint
Inherited from:
CustomFingerprint

Inherited fields

val suite: String

Attributes

Inherited from:
CustomFingerprint