Package-level declarations
Types
Link copied to clipboard
Marks the assertion DSL.
Link copied to clipboard
Builds a table with the given rows.
Link copied to clipboard
Builds a table with the given rows.
Link copied to clipboard
Builds a table with the given rows.
Link copied to clipboard
Builds a table with the given rows.
Link copied to clipboard
Builds a table with the given rows.
Link copied to clipboard
Functions
Link copied to clipboard
Asserts that the given block will throw an exception rather than complete successfully.
Link copied to clipboard
Asserts on the given property reference using its name, if no explicit name is specified. This method should be preferred in cases, where property references can be used, as it uses the property's name for the assertion automatically. The name may optionally be overridden, if needed.
fun <T> assertThat(actual: T, name: String? = null, displayActual: (T) -> String = { display(it) }): Assert<T>
Asserts on the given value with an optional name.
Link copied to clipboard
Link copied to clipboard
Builds a table with the given column names.