toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.observers
/
ResponseTraceCSV
/
ResponseTraceCSV
Response
Trace
CSV
constructor
(
theResponse
:
ResponseCIfc
,
pathToFile
:
Path
=
(theResponse as Response).myModel.outputDirectory.csvDir.resolve( theResponse.name.replace(':', '_') + "_Trace.csv")
,
header
:
Boolean
=
true
)
constructor
(
theResponse
:
Response
,
pathToFile
:
Path
=
theResponse.myModel.outputDirectory.csvDir.resolve( theResponse.name.replace(':', '_') + "_Trace.csv")
,
header
:
Boolean
=
true
)