BaseTestBuilder

class BaseTestBuilder : TestBuilder<BaseTestMethods>

Functions

build
Link copied to clipboard
open override fun build(): BaseTestMethods

Properties

documentablesCreationStage
Link copied to clipboard
var documentablesCreationStage: (List<DModule>) -> Unit
documentablesMergingStage
Link copied to clipboard
var documentablesMergingStage: (DModule) -> Unit
documentablesTransformationStage
Link copied to clipboard
var documentablesTransformationStage: (DModule) -> Unit
pagesGenerationStage
Link copied to clipboard
var pagesGenerationStage: (RootPageNode) -> Unit
pagesTransformationStage
Link copied to clipboard
var pagesTransformationStage: (RootPageNode) -> Unit
pluginsSetupStage
Link copied to clipboard
var pluginsSetupStage: (DokkaContext) -> Unit
var preMergeDocumentablesTransformationStage: (List<DModule>) -> Unit
renderingStage
Link copied to clipboard
var renderingStage: (RootPageNode, DokkaContext) -> Unit
verificationStage
Link copied to clipboard
var verificationStage: (() -> Unit) -> Unit