The `ceylon.test` module is a simple framework to write repeatable tests.
Tests execute the code of the module under test and
can make assertions about what it does. For example,
* do functions, when called with certain arguments, return the expected results?
* do classes behave as required?
* etc.
------------------------------------------------------------------
#### CONTENT
1. [Getting started](#start)
1. [Running](#running)
1. [Assertions](#assertions)
1. [Lifecycle ...
