Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Shoulda

Compare

  Analyzed about 21 hours ago

Shoulda makes it easy to write elegant, understandable, and maintainable tests. Shoulda consists of test macros, assertions, and helpers added on to the Test::Unit framework. It’s fully compatible with your existing tests, and requires no retooling to use.

929 lines of code

0 current contributors

almost 4 years since last commit

17 users on Open Hub

Inactive
4.57143
   
I Use This

Hamcrest

Compare

  Analyzed about 1 hour ago

Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.

200K lines of code

19 current contributors

4 days since last commit

15 users on Open Hub

Low Activity
4.28571
   
I Use This

Mocha (Ruby Mock/Stub Library)

Compare

  Analyzed about 13 hours ago

Mocha is a library for mocking and stubbing using a syntax like that of JMock, and SchMock. Most commonly Mocha is used in conjunction with Test::Unit, but it can be used in other contexts. One of its main advantages is that it allows you to mock and stub methods on real (non-mock) classes and ... [More] instances. You can for example stub ActiveRecord instance methods like create, save, destroy and even class methods like find to avoid hitting the database in unit tests. Mocha provides a unified, simple and readable syntax for both traditional mocking and for mocking with real objects. Mocha has been harvested from projects at Reevoo by me (James) and my colleagues Ben, Chris and Paul. Mocha is in use on real-world Rails projects. [Less]

25.6K lines of code

4 current contributors

9 days since last commit

13 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: mit, Ruby_License

AssertJ

Compare

  Analyzed 7 days ago

Fluent assertions for java

426K lines of code

70 current contributors

7 months since last commit

11 users on Open Hub

Moderate Activity
5.0
 
I Use This

PHPSpec

Compare

  Analyzed about 21 hours ago

PHPSpec is a Behaviour-Driven Development (BDD) framework written for PHP5. It's objective is to supply a domain specific language for specifying the behaviour of code in terms of executable examples which although similar to unit tests, encourages a mind set better suited to applying BDD or TDD. ... [More] This involves highly readable examples written using a plain English style DSL. Indeed, these examples can be parsed into plain text specifications which can be gived to anyone outside a developer group. [Less]

30.3K lines of code

14 current contributors

2 months since last commit

11 users on Open Hub

Low Activity
4.0
   
I Use This

JMockit

Compare

  Analyzed about 8 hours ago

JMockit allows developers to write unit and integration tests without the testability issues typically found with other mocking APIs. Most importantly, with JMockit all programming practices, patterns, and styles are supported equally, without forcing developers to make compromises just for the sake of unit testing.

41.1K lines of code

1 current contributors

about 4 years since last commit

10 users on Open Hub

Inactive
5.0
 
I Use This

pivotal's jasmine

Compare

  Analyzed about 23 hours ago

Jasmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.

920 lines of code

22 current contributors

almost 4 years since last commit

10 users on Open Hub

Inactive
4.5
   
I Use This

AutoFixture

Compare

  No analysis available

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

0 lines of code

8 current contributors

0 since last commit

9 users on Open Hub

Activity Not Available
4.83333
   
I Use This
Mostly written in language not available
Licenses: QTail

cucumber-jvm

Compare

  Analyzed about 14 hours ago

Cucumber for the JVM (successor of Cuke4Duke)

56.5K lines of code

37 current contributors

about 20 hours since last commit

9 users on Open Hub

Moderate Activity
3.0
   
I Use This

UnitTest++

Compare

  No analysis available

UnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++. UnitTest++ is ANSI portable C++ and makes minimal use of ... [More] advanced library and languages features, which means it should be easily portable to just about any platform. Out of the box, the following platforms are supported: * Win32 * Linux * Mac OS X [Less]

0 lines of code

0 current contributors

0 since last commit

8 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mit