space-engineers-api
0.9.0
common
space-engineers-api
/
testrail
/
SectionHelper
/
SectionHelper
Section
Helper
common
fun
SectionHelper
(
sections
:
Sections
,
ignoredSections
:
Set
<
Long
>
=
DEFAULT_IGNORED_SECTIONS
,
sectionDirectoryNaming
:
(
Section
)
->
String
=
{ "${it.name}-${it.id}" }
,
caseFileNaming
:
(
Case
)
->
String
=
{ case -> "C${case.id}.feature" }
)
Content copied to clipboard