From 46f0105019531aae46de21ba7234da46ede5aecd Mon Sep 17 00:00:00 2001 From: 0mkar <0mkar@protonmail.com> Date: Sat, 22 Sep 2018 14:56:08 +0530 Subject: [PATCH] Add to readme --- docs/unittesting_tab.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/unittesting_tab.md b/docs/unittesting_tab.md index 401a29a036..e128529dcd 100644 --- a/docs/unittesting_tab.md +++ b/docs/unittesting_tab.md @@ -16,9 +16,16 @@ Run Tests This execute tests. The execution is run in a separate environment and the result is displayed below. +| Available functions | Supported types | +| ------------- | ------------- | +| `Assert.ok()` | `bool` | +| `Assert.equal()` | `uint`, `int`, `bool`, `address`, `bytes32`, `string` | +| `Assert.notEqual()` | `uint`, `int`, `bool`, `address`, `bytes32`, `string` | +| `Assert.greaterThan()` | `uint`, `int` | +| `Assert.lesserThan()` | `uint`, `int` | + Continuous integration ---------------------- remix-tests is also a CLI, it can be used in a continuous integration environement which support node.js. Please find more information in the [remix-test repository](https://github.com/ethereum/remix/tree/master/remix-tests) -