Advertisment

New TesterTools – Testilence

Testilence is an open-source unit testing library for PHP 5. It is published under the MIT license which means you are free and welcome to use it in any way. Like other JUnit inspired unit testing libraries, Testilence roughly follows the canon . It is however written with emphasis on what’s useful, not what’s usual, and combines original ideas with the best features found in different unit-testing toolkits into a coherent set.

Testilence differs from the above-mentioned canon in that you only get to have one assertion per test method (this is a Good Thing):

1. Multi-assertion test methods reduce test coverage, since the first failed assertion will abort the test method, skipping latter assertions in that method.

2. Single-assertion test methods provide the author with a strong incentive to think about the PUT, because each test method should name a behavior. Thinking of meaningful names for all the tests is sometimes painful, but the reward is a better understanding of the code.

3. Single-assertion test methods provide clearer picture to the reader.

View TesterTools dedicated page for this tool.

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • BlinkList
  • LinkedIn
  • Netvibes
  • NewsVine
  • Turn this article into a PDF!
  • StumbleUpon
  • Yahoo! Buzz

Did you enjoy this post?

If so, would you please consider sharing it with the world

2 Responses to “New TesterTools – Testilence”

  1. Cool Lyrics says:

    I found this post while surfing the net free downloads. Thanks for sharing will be sure to follow this blog regularly and will email this article to my facebook buddies.

  2. is it support PHP’s previous version?

Leave a Reply




Advertisment
My Twitter Friends
Friends: Followers:
Unit Testing on Mobile Devices with .NET/Mono

0

Comments

Add

Unit Testing on Mobile Devices with .NET/Mono

An ongoing problem with specialized platforms is the lack of support for unit testing. Developers are forced to compromise the quality of their tests or their build process in order to get anything working. Recently MonoTouch has made progress in this area, but Windows Phone and Mono for Android still lag

Typemock CEO Predicts Unit Testing to Grow in Importance Due to Software Explosion in 2012

1

Comments

Add

Typemock CEO Predicts Unit Testing to Grow in Importance Due to Software Explosion in 2012

Typemock, the leading provider and pioneer of easy unit testing solutions, announced today their prediction that a rise in unit testing will occur in 2012 as software development continues to climb significantly. Eli Lopian, founder and CEO of Typemock , speaking at a developer seminar said, “In 2012, we will see

iRise Developer Network (iDN) Launched to Promote Integrated Dev / Test

0

Comments

Add

iRise Developer Network (iDN) Launched to Promote Integrated Dev / Test

iRise®, the global leader in enterprise visualization solutions today unveiled the iRise Developer Network (iDN), an online community designed to promote and encourage iRise customers, partners and independent developers to extend the iRise visualization platform by leveraging the recently announced iRise iBloc™ and iConnect™ APIs.
The iRise iBloc API enables the quick creation

SC Magazine features Secure Software and Services Article

0

Comments

Add

SC Magazine features Secure Software and Services Article

SC Magazine has featured a great article on the importance of designing secure software with an eye to alleviating potential security issues in the future.
Written by Ryan Berg, senior security architect, IBM, the article is titled Designing secure software and services now will save money later
the article begins by identifying those criteria used for 

New TesterTools – Testilence

2

Comments

Add

New TesterTools – Testilence

Testilence is an open-source unit testing library for PHP 5. It is published under the MIT license which means you are free and welcome to use it in any way. Like other JUnit inspired unit testing libraries, Testilence roughly follows the canon . It is however written with emphasis on what’s useful, not what’s usual,

Typemock Launches Isolator ++ – First C++ Easy Unit Testing Solution

0

Comments

Add

Typemock Launches Isolator ++ – First C++ Easy Unit Testing Solution

Typemock,  the leading provider and pioneer of unit testing solutions announced today the official launch of Isolator ++.
Isolator ++ is the first isolation framework that allows developers to conduct easy unit testing for C++. As opposed to other unit testing solutions that require many sections of code to be modified in

New Testertool – XPect

0

Comments

Add

New Testertool – XPect

XPect is a Java based test messaging framework designed to use schema and validating editors in order to define tests to be performed against message oriented services.
The tool uses Java code to make regression testing of message oriented systems via JUnit faster to produce and more respondent to schema changes.
Although supporting

How to perform unit testing and what are the unit testing tools?

0

Comments

Add

How to perform unit testing and what are the unit testing tools?

A guide to software testing and the correct way to carry out a unit testing project b
The principles of unit testing, such as, dropping development expenses, making available superior quality products and cutting the growth time, are quite renowned. Below a guide to software testing with regards to what <a href=”http://site.typemock.com/general-unit-testing-page/2009/9/14/software-testing-guide-how-to-start-unit-testing-net-project.html”>software testing tool</a> you require

Typemock releases Isolator 2010 – .Net Unit testing framework

1

Comments

Add

Typemock releases Isolator 2010 – .Net Unit testing framework

Typemock has released unit testing tool Isolator 2010.  Integrating into Visual Studio and TFS, Typemock can change the behavior of any object methods, static methods, sealed classes or private methods.  Isolator 2010 provides a simplified unit testing framework which reduces time to market and lowers to market.

To download from testertools.com click here

izh_test xUnit-like framework

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