Arrow Fx Spec
abstract class ArrowFxSpec(iterations: Int = 250, spec: ArrowFxSpec.() -> Unit = {})
Content copied to clipboard
Simple overwritten Kotest StringSpec (UnitSpec) to reduce stress on tests.
Constructors
Link copied to clipboard
fun ArrowFxSpec(iterations: Int = 250, spec: ArrowFxSpec.() -> Unit = {})
Content copied to clipboard