TestTransform

munit.TestTransforms.TestTransform
final class TestTransform(val name: String, fn: Test => Test) extends Test => Test

Attributes

Graph
Supertypes
trait Test => Test
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(v1: Test): Test

Inherited methods

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

Attributes

Inherited from:
Function1
def compose[A](g: A => Test): A => 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