Skip to content

1. Introduction

Gary Criblez edited this page Jun 4, 2020 · 3 revisions

What is AJ_Tools_UnitTest

AJ_Tools_UnitTest is a component developed with 4D v17 R5. Its purpose is to give 4D developers a way to do unit test and partial integration tests within 4D.

It is made to be use in development environment but not in production. You can write unit tests and partial integration tests (no UI). You cannot write functional tests with this component.

Credits

This component was created under the inspiration of the Javascript unit test library RITEway (Github RITEway) developed by Eric Elliot, which is a master in the Test Driven Development.

Those 2 articles was the main resources that inspired me to developer AJ_Tools_UnitTest component.

Javascript testing unit functional integration

Rethinking unit test assertions