arrow-core-test
1.1.3-alpha.16
common
arrow-core-test
/
arrow.core.test.laws
/
Law
Law
common
data
class
Law
(
val
name
:
String
,
val
test
:
suspend
TestContext
.
(
)
->
Unit
)
Content copied to clipboard
Constructors
Properties
Constructors
Law
Link copied to clipboard
common
fun
Law
(
name
:
String
,
test
:
suspend
TestContext
.
(
)
->
Unit
)
Content copied to clipboard
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
test
Link copied to clipboard
common
val
test
:
suspend
TestContext
.
(
)
->
Unit
Content copied to clipboard