kotlin
Toggle table of contents
1.10.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kotlin
kotlin
/
net.jqwik.kotlin.internal
/
PairReportingFormat
Pair
Reporting
Format
class
PairReportingFormat
:
SampleReportingFormat
Members
Constructors
Pair
Reporting
Format
Link copied to clipboard
constructor
(
)
Functions
applies
To
Link copied to clipboard
open
override
fun
appliesTo
(
value
:
Any
)
:
Boolean
compare
To
Link copied to clipboard
@
API
(
status
=
API.Status.INTERNAL
)
open
operator
fun
compareTo
(
other
:
SampleReportingFormat
?
)
:
Int
label
Link copied to clipboard
open
fun
label
(
value
:
Any
?
)
:
Optional
<
String
?
>
?
priority
Link copied to clipboard
open
fun
priority
(
)
:
Int
report
Link copied to clipboard
open
override
fun
report
(
value
:
Any
)
:
Any