Tags : Browse Projects

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

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 1 day 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

Spock Framework

Compare

  Analyzed 1 day ago

Spock is a testing and specification framework for Java and Groovy developers. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock ... [More] is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms. [Less]

70K lines of code

8 current contributors

6 days since last commit

29 users on Open Hub

Moderate Activity
4.75
   
I Use This

FEST

Compare

  Analyzed 1 day 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

almost 11 years since last commit

23 users on Open Hub

Inactive
4.58333
   
I Use This

PowerMock

Compare

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

specs2

Compare

  Analyzed about 16 hours ago

specs2 is a library for writing executable software specifications in Scala.

68.9K lines of code

16 current contributors

9 days since last commit

9 users on Open Hub

Moderate Activity
5.0
 
I Use This

NSubstitute

Compare

  Analyzed about 4 hours ago

NSubstitute is a friendly substitute for .NET mocking frameworks. It's like a stub with property behaviour. With nice semantics for setting return values. It only has one mode - loose semantics, which you can query afterwards. It's meant to be simple, succinct and pleasant to use.

26.1K lines of code

5 current contributors

8 days since last commit

8 users on Open Hub

Low Activity
5.0
 
I Use This

NMock

Compare

  Analyzed about 8 hours 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 1 day 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

5 days since last commit

5 users on Open Hub

Low Activity
4.0
   
I Use This

cmocka

Compare

  Analyzed 1 day ago

A unit testing framework for C with mocking. cmocka only requires a test application is linked with the standard C library which minimizes conflicts with standard C library headers. It is the successor (fork) of cmockery.

10.4K lines of code

9 current contributors

about 2 months since last commit

3 users on Open Hub

Moderate Activity
4.0
   
I Use This