| Projects on Google Code | Results 1 - 10 of 20 |
A unit test framework similar to nunit and junit for but Excel VBA code. It is similar to the existing VbaUnit project in source forge but
1. Does not self-modifying code so is easier to write test to test itself.
2. The code lives in an Excel addin so you do not need to copy the code into each pr...
Extends xUnit.Net with Behavior Driven Development style fixtures.
Some of the design goals include:
* Use natural C# constructs to control things such as BDD contexts and concerns. For example, the context of the specification is defined in the class constructor and the concern for the fixtur...
A little framework build on top of xUnit which enables a context/specification style of testing with xUnit.net.
Besides an emphasis on a "test case class per fixture" organization scheme for tests and AAA (Arrange, Act and Assert) style of writing tests, this framework also provides Rhino.Mocks ...
SSU is a unit testing framework for Korn Shell and Bourne Shell. This tool is able to used like xUnit. Additionally, it has many following functions for:
* validation
* restoring a testing environment
* code coverage
* utilities
* debug mode
* particularly running
As a future work, ss...
StorySmith aims to make behavior driven development easy with no new attributes or asserts to learn. StorySmith aspires to achieve this by requiring developers to adhere to the following guidelines:
0. There is always a story whether it is strongly typed or created on the fly
{{{
public cla...
=Snap Unit Testing=
_!SnapTest is a powerful unit testing framework for PHP 5+, leveraging PHP's unique runtime language to simplify the unit test process without sacrificing the agility tests provide._
!SnapTest is a *free* software project licensed under the new BSD License.
= !SnapTest F...
php,
xunit,
unittesting,
snap,
php5,
tdd,
snaptest,
unit,
testing,
test,
framework,
junit,
phpunit,
mock,
mockobject
Yet another C++ xUnit implementation with a code processing tool that enables Java-style annotations to simplify the creation of C++ unit tests. Features a built-in assertion class very similar to the JUnit Assert class and test fixtures support.
FlexTestNG is a TestNG implementation for Flex. There's no public release at the moment, but there should be one in a few weeks. You can view the source tree to check on the progress. More info to come.
easyb is a BDD framework (like RSpec & JBehave) that provides a domain specific language which makes application verification simple, fun, and easy. easyb provides support for two types of specifications, Behaviors and Stories. Behaviors are created with {{{before}}} and {{{it}}}. Stories are create...
bdd,
test,
tool,
groovy,
java,
opensource,
behaviordrivendevelopment,
easy,
quality,
tdd,
xunit,
unittesting
=!IeUnit=
version 2.3
!IeUnit is a simple framework to test logical behaviors of web pages. It helps software engineers to create, organize and execute functional unit tests.
The architecture of !IeUnit is based on the xUnit framework that has been adapted to various languages and platforms. ...