Browsing projects by Tag(s)

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

Showing page 1 of 4
Compare

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]

4.58333
   
  1 review  |  22 users  |  260,715 lines of code  |  14 current contributors  |  Analyzed 4 days 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.

4.75
   
  0 reviews  |  13 users  |  42,220 lines of code  |  1 current contributor  |  Analyzed 3 days 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]

4.5
   
  0 reviews  |  12 users  |  77,702 lines of code  |  7 current contributors  |  Analyzed 8 days 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.

5.0
 
  0 reviews  |  7 users  |  78,235 lines of code  |  10 current contributors  |  Analyzed 2 days ago
 
 

PHPMock is a standalone Mock Object library for PHP suitable for creating and verifying Mock Objects and Stubs. It was founded to write an independent Mock Object framework independent of any Unit Testing or Behaviour-Driven Development framework.

0
 
  0 reviews  |  6 users  |  613 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

SystemWrapper is a library that wraps System resources like Directory, Assembly, ... so developers can create their by mocking the system resources.

0
 
  0 reviews  |  3 users  |  24,469 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

Create flexible mock objects for use when unit testing Flash and Flex projects. Supports method and property mocking with argument constraints, return values, event dispatch, error throwing, and more. mock-as3 provides an expectation based API, allowing the setting of method and property ... [More] expectations separate to the invocation of mocked methods. Just a taster of what mock-as3 looks like. // create an instance of a Mock delegate. var example:MockExample = new MockExample(); // get the reference to the Mock instance. var mock:Mock = example.mock; // set an expectation mock.method('hello').withArgs(String).andReturn('hi!').once; // call the method mock.hello('with a string'); // check that all the expectations were met mock.verify();See the SettingExpectations page for more examples. [Less]

5.0
 
  0 reviews  |  2 users  |  7,581 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

A .Net dynamic fake/mock/stub framework for creating all types of fake objects, mocks, stubs etc. Easier semantics, all fake objects are just that - fakes - the use of the fakes determines whether they're mocks or stubs. Context aware fluent interface guides the developer. Full VB.Net ... [More] support. Designed for ease of use and for compatibility with both C# and VB.Net. [Less]

5.0
 
  0 reviews  |  2 users  |  24,280 lines of code  |  9 current contributors  |  Analyzed 6 days ago
 
 

Yay! Mock aims to be a test framework-independent mock object library with the most flexibility possible. Based on jMock (Java) it makes expectations based on Invocation signatures rather than just on method names and/or call timings. Mock objects only contain the methods of the original type ... [More] they mock. In other words, mock objects created with Yay! Mock do not have any expectation methods embedded inside them; instead they "record" invocations to the context in which they were created. Yay! Mock encourages dependency injection and loose coupling without pushing you into corners of testing implementation details. It works with any unit testing framework. [Less]

0
 
  0 reviews  |  1 user  |  8,292 lines of code  |  0 current contributors  |  Analyzed about 6 hours ago
 
 

Provides method stubbing for concrete Java classes, intended for use with JUnit 4.

5.0
 
  0 reviews  |  1 user  |  5,641 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.