Tags : Browse Projects

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

RSpec

Compare

  Analyzed 24 days ago

RSpec is a BDD tool and a framework which provides programmers with a Domain Specific Language to describe the behaviour of Ruby code with readable, executable examples that guide you in the design process and serve well as both documentation and tests.

81.2K lines of code

47 current contributors

over 3 years since last commit

322 users on Open Hub

Inactive
4.47945
   
I Use This

PHPUnit

Compare

  No analysis available

In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Critical business logic like this needs to work correctly. But how do you ensure that it does? You test it, of course. ... [More] To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. [Less]

0 lines of code

57 current contributors

0 since last commit

286 users on Open Hub

Activity Not Available
4.38824
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

Moq

Compare

  No analysis available

Moq (pronounced "Mock-you" or just "Mock") is the only mocking library for .NET developed from scratch to take full advantage of .NET lambda expressions that make it the most productive, type-safe and refactoring-friendly mocking library available. And it supports mocking interfaces as well as ... [More] classes. Its API is extremely simple and straightforward, and doesn't require any prior knowledge or experience with mocking concepts. [Less]

0 lines of code

16 current contributors

0 since last commit

125 users on Open Hub

Activity Not Available
4.58537
   
I Use This
Mostly written in language not available
Licenses: bsd

Mockito

Compare

  Analyzed 3 days ago

Java mocking is dominated by expect-run-verify libraries like EasyMock or jMock. Mockito offers simpler and more intuitive approach: you ask questions about interactions after execution. Using mockito, you can verify what you want. Using expect-run-verify libraries you are often forced to look after irrelevant interactions.

117K lines of code

0 current contributors

almost 3 years since last commit

122 users on Open Hub

Inactive
4.75
   
I Use This

FEST

Compare

  Analyzed 3 days ago

FEST is a collection of compact and fluent APIs, which mission is to simplify software testing. The project provides libraries for: * Functional testing of Swing-based UIs * Functional testing of JavaFX-based UIs * Fluent interface for assertions * Easy-to-use fluent interface ... [More] for Java Reflection * Template for simplifying usage of mock objects [Less]

43.1K lines of code

0 current contributors

over 10 years since last commit

23 users on Open Hub

Inactive
4.58333
   
I Use This

PowerMock

Compare

  Analyzed about 20 hours ago

PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more.

38K lines of code

0 current contributors

about 2 years since last commit

17 users on Open Hub

Inactive
4.8
   
I Use This

PHPSpec

Compare

  Analyzed 2 days 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

about 1 month since last commit

11 users on Open Hub

Moderate Activity
4.0
   
I Use This

JMockit

Compare

  Analyzed 3 days 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

almost 4 years since last commit

10 users on Open Hub

Inactive
5.0
 
I Use This

NMock

Compare

  Analyzed 1 day ago

Original mock objects framework for the .NET platform.

6.33K lines of code

0 current contributors

about 16 years since last commit

7 users on Open Hub

Inactive
4.0
   
I Use This

OCMock

Compare

  Analyzed 3 days ago

OCMock is an Objective-C implementation of mock objects. It provides stubs that return pre-determined values for specific method invocations, dynamic mocks that can be used to verify interaction patterns, and partial mocks to overwrite selected methods of existing objects.

13.1K lines of code

4 current contributors

3 months since last commit

5 users on Open Hub

Low Activity
4.0
   
I Use This