GitXplorerGitXplorer
e

hbunit

public
9 stars
7 forks
2 issues

Commits

List of commits on branch master.
Unverified
cfcb593785344425f930452aea78e6fb4d3afc18

removed travis-ci release

eendersonmaia committed 9 years ago
Unverified
6f5ef83eccb3602171f70f07a5059585c0f0fbd8

bump version 0.0.5-alpha

eendersonmaia committed 9 years ago
Unverified
e7548ea9337ca1e7db2af5d9339d6db6dfd38017

Merge pull request #8 from rafathefull/master

eendersonmaia committed 9 years ago
Unverified
6569ea9c30b333b54b4506e5529f330f169affa2

travis-ci build matrix for versions 3.0.0, 3.2-dev and 3.4-dev

eendersonmaia committed 9 years ago
Unverified
fa6a09966f72f70b4f5363adfd2f99d86df68266

Fix. In Harbour 3.2 or 3.4, using ::Super

rrafathefull committed 9 years ago
Unverified
78323d4cb517d7aaf808412dc2a650924d569163

Added TestResultData to make it run on ADVPL

eendersonmaia committed 10 years ago

README

The README file for this repository.

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