toggle menu
search in API
jvm
selfie-runner-junit5
/
com.diffplug.selfie.junit5
/
SnapshotFileLayoutJUnit5
Snapshot
File
Layout
JUnit5
class
SnapshotFileLayoutJUnit5
(
settings
:
SelfieSettingsAPI
,
val
fs
:
FS
)
:
SnapshotFileLayout
Members
Constructors
Snapshot
File
Layout
JUnit5
Link copied to clipboard
constructor
(
settings
:
SelfieSettingsAPI
,
fs
:
FS
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
allow
Multiple
Equivalent
Writes
To
One
Location
Link copied to clipboard
open
override
val
allowMultipleEquivalentWritesToOneLocation
:
Boolean
extension
Link copied to clipboard
val
extension
:
String
fs
Link copied to clipboard
open
override
val
fs
:
FS
java
Dont
Use
Triple
Quote
Literals
Link copied to clipboard
open
override
val
javaDontUseTripleQuoteLiterals
:
Boolean
root
Folder
Link copied to clipboard
open
override
val
rootFolder
:
TypedPath
snapshot
Folder
Name
Link copied to clipboard
val
snapshotFolderName
:
String
?
Functions
check
For
Smuggled
Error
Link copied to clipboard
open
override
fun
checkForSmuggledError
(
)
parse
Source
File
Link copied to clipboard
open
fun
parseSourceFile
(
file
:
TypedPath
)
:
SourceFile
snapshot
Path
For
Class
Link copied to clipboard
fun
snapshotPathForClass
(
className
:
String
)
:
TypedPath
source
Path
For
Call
Link copied to clipboard
open
override
fun
sourcePathForCall
(
call
:
CallLocation
)
:
TypedPath
source
Path
For
Call
Maybe
Link copied to clipboard
open
override
fun
sourcePathForCallMaybe
(
call
:
CallLocation
)
:
TypedPath
?
subpath
To
Classname
Link copied to clipboard
fun
subpathToClassname
(
subpath
:
String
)
:
String