Skip to content

Commit

Permalink
Make verbose test
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed May 25, 2022
1 parent 96a260d commit 963d31f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ class MergeImplicitExpectActualDeclarationsTest : BaseAbstractTest() {
configuration(false),
cleanupOutput = false
) {
preMergeDocumentablesTransformationStage = {
it.forEach { println(it) }
}
pagesTransformationStage = { root ->
val classPage = root.dfs { it.name == "classA" } as? ClasslikePageNode
assertNotNull(classPage, "Tested class not found!")
Expand Down

0 comments on commit 963d31f

Please sign in to comment.