Browsing projects by Tag(s)

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

Showing page 1 of 8

JUnit is a Java testing framework. Since testing is not closely integrated with development, it prevents you from measuring the progress of development. You can't tell when something starts working or when something stops working. Using JUnit you can cheaply and incrementally build a test suite ... [More] that will help you measure your progress, spot unintended side effects, and focus your development efforts. [Less]

4.377
   
  0 reviews  |  1,409 users  |  29,077 lines of code  |  37 current contributors  |  Analyzed 9 days ago
 
 

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.

4.00388
   
  4 reviews  |  1,251 users  |  261,496 lines of code  |  8 current contributors  |  Analyzed 4 days ago
 
 

FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses of the Java libraries and deadlocks. FindBugs can identify hundreds of serious defects in large applications (typically ... [More] about 1 defect per 1000-2000 lines of non-commenting source statements). FindBugs is open source, and has been downloaded more than 230,000 times, and is used by many major companies and financial institutions. Findbugs can be used from the command line or within ant, eclipse, maven, netbeans and emacs. [Less]

4.26437
   
  9 reviews  |  364 users  |  290,019 lines of code  |  3 current contributors  |  Analyzed 6 days ago
 
 

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Its purpose is to automate the process of checking Java code, and to spare humans of this task.

3.90909
   
  0 reviews  |  325 users  |  214,784 lines of code  |  1 current contributor  |  Analyzed about 3 hours 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.

4.50649
   
  1 review  |  305 users  |  54 lines of code  |  2 current contributors  |  Analyzed 6 months ago
 
 

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]

4.35556
   
  0 reviews  |  273 users  |  21,011 lines of code  |  38 current contributors  |  Analyzed 5 months ago
 
 

PMD

Compare

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.

4.03704
   
  2 reviews  |  228 users  |  178,379 lines of code  |  20 current contributors  |  Analyzed 1 day ago
 
 

Moq

Compare

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 ... [More] interfaces as well as classes. Its API is extremely simple and straightforward, and doesn't require any prior knowledge or experience with mocking concepts. [Less]

4.58537
   
  0 reviews  |  113 users  |  64,902 lines of code  |  6 current contributors  |  Analyzed 2 days ago
 
 

CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A Web interface is provided to view the details of the current and previous builds.

4.0
   
  0 reviews  |  99 users  |  176,981 lines of code  |  3 current contributors  |  Analyzed 7 days ago
 
 

SimpleTest is a unit tester, Web tester, and dynamic mock objects framework for PHP. The test structure is similar to JUnit/PHPUnit. Used as a Web tester, you can navigate sites and submit forms as if you were using a Web browser.

4.19048
   
  1 review  |  65 users  |  119,187 lines of code  |  3 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.