Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endersonmaia/hbunit
hbunit is a unit-testing framework for the Harbour language.
https://github.com/endersonmaia/hbunit
advpl harbour harbour-language xbase xunit xunit-frameworks
Last synced: 19 days ago
JSON representation
hbunit is a unit-testing framework for the Harbour language.
- Host: GitHub
- URL: https://github.com/endersonmaia/hbunit
- Owner: endersonmaia
- License: gpl-2.0
- Created: 2014-04-12T00:50:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T10:39:32.000Z (almost 9 years ago)
- Last Synced: 2023-08-27T10:21:36.384Z (over 1 year ago)
- Topics: advpl, harbour, harbour-language, xbase, xunit, xunit-frameworks
- Language: xBase
- Size: 77.1 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [ALPHA] hbunit [![Build Status](https://travis-ci.org/endersonmaia/hbunit.svg)](https://travis-ci.org/endersonmaia/hbunit)
hbunit is a unit-testing framework for the Harbour language.
This is a initial work on porting the jUnit Java unit-testing framework to the Harbour languages, based on the xhUnit project.
# Building and Testing
Considering you have Habour (http://harbour.github.io) installed, you can run the following commands to try hbunit.
To build the library and run the tests:
$> make
$> make test
Testcases: 7
Asserts: 29
Errors: 0
Failures: 0
Ok.# Contributting
If you wanna contribute to the project, follow this steps:
* Fork this repository;
* Create a branch to work on a feature/bug;
* Open a Pull Request from your branch;See https://guides.github.com/introduction/flow/index.html for more details on this workflow.
# Copyright
See [COPYRIGHT](COPYRIGHT) and [LICENSE](LICENSE) for more details.
.hbunit is a unit-testing framework for the Harbour language.
Copyright (C) 2014 Enderson maia
hbunit is a derivative work based on xhUnit, whose Copyright follows.
xhUnit: A Testing Framework for xHarbour
Copyright (C) 2004-2013 dionisio c. olo (http://sourceforge.net/projects/xhunit/)