Package utils

Types

A
Link copied to clipboard
class A(matchers: Any) : Tag
B
Link copied to clipboard
class B(matchers: Any) : Tag
Div
Link copied to clipboard
class Div(matchers: Any) : Tag
I
Link copied to clipboard
class I(matchers: Any) : Tag
P
Link copied to clipboard
class P(matchers: Any) : Tag
Span
Link copied to clipboard
class Span(matchers: Any) : Tag
STRIKE
Link copied to clipboard
class STRIKE(matchers: Any) : Tag
Tag
Link copied to clipboard
open class Tag(name: String, matchers: Any)
TestOutputWriter
Link copied to clipboard
class TestOutputWriter(failOnOverwrite: Boolean) : OutputWriter
TestOutputWriterPlugin
Link copied to clipboard
class TestOutputWriterPlugin(failOnOverwrite: Boolean) : DokkaPlugin
Wbr
Link copied to clipboard
object Wbr : Tag

Functions

assertHtmlEqualsIgnoringWhitespace
Link copied to clipboard
fun assertHtmlEqualsIgnoringWhitespace(expected: String, actual: String)
Parses it using JSOUP, trims whitespace at the end of the line and asserts if they are equal parsing is required to unify the formatting
match
Link copied to clipboard
fun Element.match(vararg matchers: Any)