All Types

assertk.Assert

An assertion. Holds an actual value to assertion on and an optional name.

assertk.AssertBlock
assertk.AssertkDsl

Marks the assertion DSL.

assertk.PlatformName

Allows to resolve name conflicts from common modules.

assertk.Result
assertk.Table

A table of rows to assert on. This makes it easy to run the same assertions are a number of inputs and outputs.

assertk.Table1

A table with rows of 1 value.

assertk.Table1Builder

Builds a table with the given rows.

assertk.Table2

A table with rows of 2 values.

assertk.Table2Builder

Builds a table with the given rows.

assertk.Table3

A table with rows of 3 values.

assertk.Table3Builder

Builds a table with the given rows.

assertk.Table4

A table with rows of 4 values.

assertk.Table4Builder

Builds a table with the given rows.

assertk.TableBuilder

Builds a table with the given rows.

java.lang.ThreadLocal (extensions in package assertk)