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 ...

Artifacts using Ceylon Test Platform Module (6)
Sort by:Popular

Compiler
Last Release on Feb 13, 2021
The `com.redhat.ceylon.test` module contains internal implementation.
Last Release on Feb 13, 2021
A module that provides easy concurrency for Ceylon developers For details, visit the [GitHub Page](https://github.com/renatoathaydes/ConcurrenCey).
Last Release on Feb 13, 2021
# specks **specks** enables a different way to check that your Ceylon code works. Instead of writing traditional tests, you write specifications.
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 ...
Last Release on Feb 13, 2021
An implementation of Universal Unique Identifier (UUID). See [http://tools.ietf.org/html/rfc4122](http://tools.ietf.org/html/rfc4122) The current implementation supports only a JVM backend due to dependencies upon ...
Last Release on Feb 13, 2021
  • Prev
  • 1
  • Next