base-test-utils
/
utils
Package
utils
Types
Functions
Types
A
Link copied to clipboard
class
A
(matchers:
Any
) :
Tag
Content copied to clipboard
B
Link copied to clipboard
class
B
(matchers:
Any
) :
Tag
Content copied to clipboard
Div
Link copied to clipboard
class
Div
(matchers:
Any
) :
Tag
Content copied to clipboard
I
Link copied to clipboard
class
I
(matchers:
Any
) :
Tag
Content copied to clipboard
P
Link copied to clipboard
class
P
(matchers:
Any
) :
Tag
Content copied to clipboard
Span
Link copied to clipboard
class
Span
(matchers:
Any
) :
Tag
Content copied to clipboard
STRIKE
Link copied to clipboard
class
STRIKE
(matchers:
Any
) :
Tag
Content copied to clipboard
Tag
Link copied to clipboard
open class
Tag
(name:
String
, matchers:
Any
)
Content copied to clipboard
TestOutputWriter
Link copied to clipboard
class
TestOutputWriter
(failOnOverwrite:
Boolean
) :
OutputWriter
Content copied to clipboard
TestOutputWriterPlugin
Link copied to clipboard
class
TestOutputWriterPlugin
(failOnOverwrite:
Boolean
) :
DokkaPlugin
Content copied to clipboard
Wbr
Link copied to clipboard
object
Wbr
:
Tag
Content copied to clipboard
Functions
assertHtmlEqualsIgnoringWhitespace
Link copied to clipboard
fun
assertHtmlEqualsIgnoringWhitespace
(expected:
String
, actual:
String
)
Content copied to clipboard
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
)
Content copied to clipboard