SuiteTransform

munit.SuiteTransforms.SuiteTransform
final class SuiteTransform(val name: String, fn: (List[Test]) => List[Test]) extends (List[Test]) => List[Test]

Attributes

Graph
Supertypes
trait (List[Test]) => List[Test]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(v1: List[Test]): List[Test]

Inherited methods

def andThen[A](g: (List[Test]) => A): List[Test] => A

Attributes

Inherited from:
Function1
def compose[A](g: A => List[Test]): A => List[Test]

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

val name: String