https://github.com/miyako/unit-test
Component to run unit tests on classes
https://github.com/miyako/unit-test
4d-action 4d-component 4d-workflow cicd tool4d
Last synced: about 2 months ago
JSON representation
Component to run unit tests on classes
- Host: GitHub
- URL: https://github.com/miyako/unit-test
- Owner: miyako
- License: mit
- Created: 2024-03-06T11:35:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T04:10:06.000Z (8 months ago)
- Last Synced: 2025-01-08T17:55:26.516Z (3 months ago)
- Topics: 4d-action, 4d-component, 4d-workflow, cicd, tool4d
- Language: 4D
- Homepage: https://miyako.github.io/4d-component-unit-test/
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](LICENSE)
# UnitTest
Run Unit Tests
## dependencies.json
```json
{
"dependencies": {
"unit-test": {
"github": "miyako/unit-test",
"version": "^0.0.10"
}
}
}
```Based on original work by **Abdelhafid El Hour**.
## Documentation
[`UTest`](https://github.com/miyako/unit-test/blob/main/unit-test/Documentation/Classes/UTest.md)
## Similar Projects
* [vdelachaux/unit-tests-with-Classes](https://github.com/vdelachaux/unit-tests-with-Classes)
* [AJARProject/AJ_Tools_UnitTest](https://github.com/AJARProject/AJ_Tools_UnitTest)