Tags : Browse Projects

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

Accessive

Compare

  No analysis available

Sometimes we sacrifice encapsulation just to let us access a method or field of an object from its unit tests. This framework uses reflection and dynamic proxies to access private portion of your objects, allowing you to keep them strongly encapsulated and still be able to test their internals using the provided accessors.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

Sibilla Test

Compare

  Analyzed 1 day ago

Short description:In a nutshell Sibilla aims at changing the point of view regarding test classes and classes under test. What we get is the focus being moved to the classes under test; from those classes, which of course are the most important ones of your projects, we obtain links to your test ... [More] classes and test methods. In other words we define the classes and methods' contract using tests, while also keeping track of tests that need to be run when a class/method under test has been modified. This is possible by collecting metadata sets that represent links between classes under test and test classes (and eventually more fine grained links between methods) and using them for a lot of purposes. Metadata can be collected from different sources: annotations on classes under test, instrument [Less]

6.4K lines of code

0 current contributors

over 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

JUnit extension to run tests in parallel

Compare

  No analysis available

Allow JUnit tests to run in parallel for better CPU utilization.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

snaptest

Compare

  No analysis available

Snap Unit TestingSnapTest can be obtained via the following repositories and methods: Git Repository: git://github.com/Jakobo/snaptest.git A browseable version of the history is available at http://github.com/Jakobo/snaptest "Mission Statement" of SortsTo put it simply, unit testing should ... [More] be transparent. There shouldn't be the complexity of test harnesses and coding out stub files. This functionality should be there if you want it, but the barrier to writing tests should be so low that it becomes easier to write the test than the code itself. It is on this philosophy that SnapTest was built. These are some of the goals of SnapTest and the SnapTest project (or at least a concept of what we are trying to do here) in no particular order: Build a PHP unit testing framework Create a 0-effort harness. Easy to run the code, easy to get results Maintain transparency in the code and the community Be as non-intrusive as possible Be memory efficient Link to complex infrastructures easily Take advantage of the OO structure PHP 5 provides Emphasize end-users as one of the most important resources Promote unit testing in a non-oo PHP world Code quickly; it's a snap. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

Selenium JUnit 4 Runner

Compare

  Analyzed 1 day ago

This is a JUnit 4 class runner that: 1. Reduces some of the boiler-plate required to write integration tests for Selenium using JUnit 4 2. Makes it easier to implement re-usable custom method rules 3. Allows you write integration tests that run against multiple browsers

967 lines of code

0 current contributors

over 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

WOUnit

Compare

  Analyzed about 18 hours ago

The WOUnit framework contains a set of utilities for testing WebObjects applications using JUnit 4.7 or later capabilities.

4.9K lines of code

0 current contributors

about 2 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Mockrunner

Compare

  Analyzed about 8 hours ago

Mockrunner is a lightweight framework for unit testing applications in the J2EE environment. It supports servlets, filters, tag classes and Struts actions and forms. Furthermore it includes a JDBC, a JMS and a JCA test framework and can be used in conjunction with MockEJB to test EJB based ... [More] applications. Mockrunner extends JUnit and simulates the necessary behaviour without calling the real infrastructure. It does not need a running application server or a database. Furthermore it does not call the webcontainer or the Struts ActionServlet. It is very fast and enables the user to manipulate all involved classes and mock objects in all steps of the test. It can be used to write very sophisticated unit-tests for J2EE based applications without any overhead. Mockrunner does not support any [Less]

40.4K lines of code

0 current contributors

over 7 years since last commit

0 users on Open Hub

Inactive
4.5
   
I Use This

documentr.org

Compare

  Analyzed about 6 hours ago

documentr is a tool to edit and present software documentation on the web. It allows to easily maintain documentation for multiple products and product branches.

31.8K lines of code

0 current contributors

almost 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

jTReqS: Tape Request Scheduler in Java

Compare

  No analysis available

These are the modifications to the TReqS project made by AngocA. TReqS is a Scheduler for file requests to an HPSS system. It interacts between a client asking for HPSS files and an HPSS instance through the HPSS API. The initial aim of TReqS is to enable HPSS for the Nuclear Physics ... [More] experiments needs. There is also a lightweight client along with the server available at : git://git.in2p3.fr/treqs-client [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

xunitparser

Compare

  No analysis available

Read JUnit/XUnit XML files and map them to Python objects.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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