paparazzi
Toggle table of contents
2.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
paparazzi
paparazzi
/
app.cash.paparazzi
/
Snapshot
Snapshot
class
Snapshot
(
val
name
:
String
?
,
val
testName
:
TestName
,
val
timestamp
:
Date
,
val
tags
:
List
<
String
>
=
listOf()
,
val
file
:
String
?
=
null
)
Members
Constructors
Snapshot
Link copied to clipboard
constructor
(
name
:
String
?
,
testName
:
TestName
,
timestamp
:
Date
,
tags
:
List
<
String
>
=
listOf()
,
file
:
String
?
=
null
)
Properties
file
Link copied to clipboard
val
file
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
tags
Link copied to clipboard
val
tags
:
List
<
String
>
test
Name
Link copied to clipboard
val
testName
:
TestName
timestamp
Link copied to clipboard
val
timestamp
:
Date
Functions
copy
Link copied to clipboard
fun
copy
(
name
:
String
?
=
this.name
,
testName
:
TestName
=
this.testName
,
timestamp
:
Date
=
this.timestamp
,
tags
:
List
<
String
>
=
this.tags
,
file
:
String
?
=
this.file
)
:
Snapshot