10.0.0 • Published 1 month ago

turbotesting-node v10.0.0

Weekly downloads
51
License
Apache-2.0
Repository
github
Last release
1 month ago

General purpose cross-language library to improve automated testing productivity

This library tries to help developers to write automated tests for their projects, focusing on speed and productivity. The most common testing procedures are coded into classes that are easy to use and understand, grouped by functional areas.

It is a library that uses the same methods and classes across all the implemented languages, so we can work the same way when switching between different projects or technologies.

Documentation

A detailed code specification is available online. You can check it here

How to use it

  • Php:
Currently available only as a .phar file (download it from https://turboframework.org)
require '..../turbotesting-php-X.X.X.phar';
use org\turbotesting\src\main\php\utils\AssertUtils;
$n = AssertUtils::throwsException(function() { someMethodThatFails(); }, '/assert exception message/');
  • Typescript:
npm install turbotesting-ts
import { AssertUtils } from 'turbotesting-ts';
let n = AssertUtils.throwsException(function() {throw new Error('exception is thrown');}, 'assert exception message');
  • NodeJS projects:
npm install turbotesting-ts
const {AssertUtils} = require('turbotesting-ts');
var n = AssertUtils.throwsException(function() {throw new Error('exception is thrown');}, 'assert exception message');

Language support

  • Php (7 or more recommended)
  • Typescript
  • NodeJS

We want to increase this list. So! if you want to translate the library to your language of choice, please contact us! We need your help to port this library to as many languages as possible, and more important, we need to code the SAME unit tests across all the implemented languages. This is the only way to guarantee that the library delivers exactly the same behavior everywhere.

Dependencies

This library requires the latest turbocommons and turbodepot library versions

Contribute

Turbo Testing is 100% free and open source, but we will be really pleased to receive any help, support, comments or donations to help us improve this library. If you like it, spread the word!

  • You can get more info at the official site:

    	- [https://turboframework.org/en/libs/turbotesting](https://turboframework.org/en/libs/turbotesting)

Donate

Donate

10.0.0

1 month ago

9.1.4

2 years ago

9.1.3

2 years ago

9.2.1

2 years ago

9.1.2

2 years ago

9.2.0

2 years ago

9.1.1

2 years ago

9.1.0

2 years ago

9.0.1

2 years ago

9.0.0

3 years ago

8.0.0

3 years ago

7.8.0

3 years ago

7.7.1

4 years ago

7.7.0

4 years ago

7.6.1

4 years ago

7.6.0

4 years ago

7.5.0

4 years ago

7.4.1

4 years ago

7.4.0

4 years ago

7.3.1

4 years ago

7.3.0

4 years ago

7.2.3

5 years ago

7.2.1

5 years ago

7.2.0

5 years ago

7.1.0

5 years ago

7.0.0

5 years ago

6.2.0

5 years ago

6.1.0

5 years ago

6.0.0

5 years ago

5.2.0

5 years ago

5.1.0

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.0.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.2

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago