Artifacts using Runtime (4)
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 callbacks](#callbacks)
1. ...
Last Release on Feb 13, 2021
The `com.redhat.ceylon.testjvm` module contains internal implementation.
Last Release on Feb 13, 2021
## asyncTest
is an extension to SDK `ceylon.test` module with following capabilities:
* testing asynchronous multithread code
* executing tests concurrently or sequentially
* value- and type- parameterized testing
* organizing complex test conditions into a one flexible expression with matchers
* initialization and disposing with either functions or test rules
* test execution control with test runners
* conditional test execution
* multi-reporting: several failures or successes can be ...
Last Release on Feb 13, 2021
- Prev
- 1
- Next