base-test-utils
1.8.20-dev-219
base-test-utils
/
org.jetbrains.dokka.base.testApi.testRunner
/
BaseTestBuilder
Base
Test
Builder
class
BaseTestBuilder
:
TestBuilder
<
BaseTestMethods
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Base
Test
Builder
Link copied to clipboard
fun
BaseTestBuilder
(
)
Content copied to clipboard
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
BaseTestMethods
Content copied to clipboard
Properties
documentables
Creation
Stage
Link copied to clipboard
var
documentablesCreationStage
:
(
List
<
DModule
>
)
->
Unit
Content copied to clipboard
documentables
Merging
Stage
Link copied to clipboard
var
documentablesMergingStage
:
(
DModule
)
->
Unit
Content copied to clipboard
documentables
Transformation
Stage
Link copied to clipboard
var
documentablesTransformationStage
:
(
DModule
)
->
Unit
Content copied to clipboard
pages
Generation
Stage
Link copied to clipboard
var
pagesGenerationStage
:
(
RootPageNode
)
->
Unit
Content copied to clipboard
pages
Transformation
Stage
Link copied to clipboard
var
pagesTransformationStage
:
(
RootPageNode
)
->
Unit
Content copied to clipboard
plugins
Setup
Stage
Link copied to clipboard
var
pluginsSetupStage
:
(
DokkaContext
)
->
Unit
Content copied to clipboard
pre
Merge
Documentables
Transformation
Stage
Link copied to clipboard
var
preMergeDocumentablesTransformationStage
:
(
List
<
DModule
>
)
->
Unit
Content copied to clipboard
rendering
Stage
Link copied to clipboard
var
renderingStage
:
(
RootPageNode
,
DokkaContext
)
->
Unit
Content copied to clipboard
verification
Stage
Link copied to clipboard
var
verificationStage
:
(
(
)
->
Unit
)
->
Unit
Content copied to clipboard