All Types

assertk.Assert

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

assertk.AssertBlock

An assertion on a block of code. Can assert that it either throws and error or returns a value.

assertk.AssertkDsl

Marks the assertion DSL.

assertk.FailingAssert
assertk.PlatformName

Allows to resolve name conflicts from common modules.

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.

assertk.ValueAssert