Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
/ hbunit Public archive

hbunit is a unit-testing framework for the Harbour language.

License

Notifications You must be signed in to change notification settings

endersonmaia/hbunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfcb593 · Jan 15, 2016

History

50 Commits
Apr 18, 2014
Jan 15, 2016
Jul 8, 2015
Jul 8, 2015
Apr 12, 2014
Jan 15, 2016
Apr 12, 2014
Apr 12, 2014
Jan 21, 2015
Jan 26, 2015
Jul 8, 2015
Jul 8, 2015

Repository files navigation

[ALPHA] hbunit Build Status

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 and 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/)