---
layout: default
title: Assertion types
---
Assertion types
Here is an index of Bork assertion types and documentation on how to use them. If you are adding a type to Bork, please ensure you document it by creating a file in docs/_types.
{% for type in site.types %}
{{ type.name }}
{% if type.version %}
Available since {{ type.version }}
{% endif %}
{% if type.inspects %}
Inspectable
{% endif %}
{% if type.removable %}
Removable
{% endif %}
{{ type.content }}
{% endfor %}