ArrowFxSpec

abstract class ArrowFxSpec(iterations: Int = 250, spec: ArrowFxSpec.() -> Unit = {})

Simple overwritten Kotest StringSpec (UnitSpec) to reduce stress on tests.

Constructors

Link copied to clipboard
fun ArrowFxSpec(iterations: Int = 250, spec: ArrowFxSpec.() -> Unit = {})