Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Testerina 0.8.0 RC2

Latest
Compare
Choose a tag to compare
@suhand suhand released this 20 Feb 16:52

We are pleased to announce the Testerina 0.8.0-RC2

Testerina is the test framework built for the Ballerina language.This will be a part of ballerina-tools-0.8.0.zip distribution.

Also you can drop the testerina-core-0.8.0.jar to ballerina-0.8.0/bre/lib directory and run the command as described below.

Testerina implements ballerina test command.

To test a file written in Ballerina language use the test command as follows.
./ballerina test <package_name>

The test file(s) in the package must contain _test.bal suffix in it's name.
Test functions should contain the prefix test.
Each test function must contain one or more asserts.

Once the tests are run using ballerina test command, Testerina will print a summary of test results on console.

How to contribute to Testerina

You can contribute to Testerina development by forking the github repository and sending your pull requests to https://github.com/ballerinalang/testerina