base-test-utils
1.7.0b-SNAPSHOT
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
documentablesCreationStage
Link copied to clipboard
var
documentablesCreationStage
:
(
List
<
DModule
>
)
->
Unit
Content copied to clipboard
documentablesMergingStage
Link copied to clipboard
var
documentablesMergingStage
:
(
DModule
)
->
Unit
Content copied to clipboard
documentablesTransformationStage
Link copied to clipboard
var
documentablesTransformationStage
:
(
DModule
)
->
Unit
Content copied to clipboard
pagesGenerationStage
Link copied to clipboard
var
pagesGenerationStage
:
(
RootPageNode
)
->
Unit
Content copied to clipboard
pagesTransformationStage
Link copied to clipboard
var
pagesTransformationStage
:
(
RootPageNode
)
->
Unit
Content copied to clipboard
pluginsSetupStage
Link copied to clipboard
var
pluginsSetupStage
:
(
DokkaContext
)
->
Unit
Content copied to clipboard
preMergeDocumentablesTransformationStage
Link copied to clipboard
var
preMergeDocumentablesTransformationStage
:
(
List
<
DModule
>
)
->
Unit
Content copied to clipboard
renderingStage
Link copied to clipboard
var
renderingStage
:
(
RootPageNode
,
DokkaContext
)
->
Unit
Content copied to clipboard
verificationStage
Link copied to clipboard
var
verificationStage
:
(
(
)
->
Unit
)
->
Unit
Content copied to clipboard