SocialTwist Tell-a-Friend

Comments --

Add

izh_test xUnit-like framework

izh_test is a xUnit-like framework. Its advantages over existing alternatives are that it
1. uses file compare for checking results of test.
2. doesn’t depend on partial program language using external xml test descriptions.
The package is distributed by license GPL with source code “as is”.Authors develop the system depending on own current needs. So

SocialTwist Tell-a-Friend

0

Comments

Add

izh_test xUnit-like framework

izh_test is a xUnit-like framework. Its advantages over existing alternatives are that it

1. uses file compare for checking results of test.

2. doesn’t depend on partial program language using external xml test descriptions.

The package is distributed by license GPL with source code “as is”.Authors develop the system depending on own current needs. So they implement only things that they use, nothing else.

If someone needs something new he should implement it himself. izh_test isn’t commercial project and any new useful extern changes and additions will be included by the same license GPL . As example we need more correct english documentation. The list of task to implement is in the part “Roadmap” Source codes of izh_test depend onlibrary izh_base . This library is distributed by the same license GPL ,but it won’t be included extern changes and additions by license GPL .

View TesterTools dedicated page for this tool.