Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.986 Times

Junit software
Filter: All | Freeware | Demo
 

Junit

< 1 2 3 4 5 > 
Added: October 19, 2010 | Visits: 1.564

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());... Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: July 23, 2010 | Visits: 1.380

p-unit p-unit is a framework for benchmarking performance. The project records memory consumption and execution time, and generates results in the form of plain text, image, and PDF file. Users can also easily register their own reporters by implementing PUnitEventList. Test Suite and Test Class... Platforms: *nix

License: Freeware Size: 122.88 KB Download (94): p-unit Download

Added: October 26, 2010 | Visits: 968

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: October 11, 2010 | Visits: 816

X2J X2J is an XML binding framework which performs validation, serialization, and deserialization without the use of XSDs. Instead, X2J project incorporates the strength of Annotations. Unit testing is cruicial. If there is Anything you can say about the tools you need in order to create a... Platforms: *nix

License: Freeware Size: 61.44 KB Download (92): X2J Download

Added: October 04, 2010 | Visits: 880

SipUnit SipUnit provides a test environment geared toward unit testing SIP applications. SipUnit project extends the JUnit test framework to incorporate SIP-specific assertions, and it provides a high-level API for performing the SIP operations needed to interact with or invoke a test target. A test... Platforms: *nix

License: Freeware Size: 5.6 MB Download (96): SipUnit Download

Added: February 07, 2010 | Visits: 1.080

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after... Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Test::Unit::TestCase Download

Added: January 17, 2010 | Visits: 922

Jameleon Jameleon project is an automated testing framework that can be used by technical and non-technical users alike. One of the main concepts behind it is to create a group of keywords or tags that represent different screens of an application. All of the logic required to automate each particular... Platforms: *nix

License: Freeware Size: 3.8 MB Download (104): Jameleon Download

Added: May 23, 2010 | Visits: 817

Test::Unit::Procedural Test::Unit::Procedural Perl module contains a procedural style unit testing interface. SYNOPSIS use Test::Unit::Procedural; # your code to be tested goes here sub foo { return 23 }; sub bar { return 42 }; # define tests sub test_foo { assert(foo() == 23, "Your message here"); } sub... Platforms: *nix

License: Freeware Size: 75.78 KB Download (95): Test::Unit::Procedural Download

Added: September 25, 2010 | Visits: 1.064

jHomenet jHomenet is a home automation application. jHomenet uses both X-10 and Dallas Semiconductor 1-Wire network sensors and devices to collect sensor data and control devices. jHomenet project can be programmed to respond to events, including particular sensor data values or time-of-day events.... Platforms: *nix

License: Freeware Size: 9.1 MB Download (101): jHomenet Download

Added: July 25, 2010 | Visits: 963

jBCrypt jBCrypt is project a Java implementation of OpenBSDs Blowfish password hashing code, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazières. This system hashes passwords using a version of Bruce Schneiers Blowfish block cipher with modifications designed to... Platforms: *nix

License: Freeware Size: 20.48 KB Download (109): jBCrypt Download

Added: July 12, 2010 | Visits: 1.193

XINS 2.0 / 2.1 Alpha XINS is a technology used to define, create, and invoke remote APIs. XINS is specification-oriented. When API specifications are written (in XML), XINS will transform them to HTML-based documentation and Java code for both the client-side and the server-side. The communication is based on... Platforms: *nix

License: Freeware Size: 3.4 MB Download (101): XINS 2.0 / 2.1 Alpha Download

Added: June 02, 2010 | Visits: 1.307

IntelliJ IDEA IntelliJ IDEA is an intelligent Java IDE intensely focused on developer productivity. It provides a robust combination of enhanced development tools, including refactoring, J2EE support, Ant, JUnit, and version controls integration. Packaged with an intelligent Java editor, coding assistance... Platforms: *nix

License: Shareware Cost: $499.00 USD Size: 59.4 MB Download (105): IntelliJ IDEA Download

Added: February 14, 2010 | Visits: 1.034

JDave JDave project is a behavior-driven development framework that provides an easy way to specify the behavior of your Java classes. Behavior Driven Development (BDD) is a refinement for Test Driven Development (TDD). It is not a radical change from TDD, in fact the actual process of doing BDD is... Platforms: *nix

License: Freeware Download (96): JDave Download

Added: September 26, 2010 | Visits: 1.276

JTestCase JTestCase is a 100% pure Java, open-source framework that helps in separating test case data from test case units. Although the following examples show JTestCase used together with junit, please note that JTestCase has no dependence on junit itself. A moderately complex java projects may... Platforms: *nix

License: Freeware Size: 655.36 KB Download (136): JTestCase Download

Added: January 25, 2010 | Visits: 851

MoMEUnit MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. The application is derived from the JUnit framework. It is only CLDC 1.1 compliant. It overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as... Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): MoMEUnit Download

Added: August 27, 2010 | Visits: 826

AppFuse AppFuse project is an application for "kickstarting" webapp development. Download, extract and execute ant new to instantly be up and running with a Struts+Spring+Hibernate app running on Tomcat/MySQL app. Uses Ant, XDoclet, Spring, Hibernate (or iBATIS), JUnit, jMock, StrutsTestCase, Canoos... Platforms: *nix

License: Freeware Size: 29.9 MB Download (209): AppFuse Download

Added: June 26, 2010 | Visits: 1.618

OpenSymphony Cache OSCache is a high performance J2EE caching solution that can cache portions of JSP pages, entire HTTP responses (including dynamically generated images), and arbitrary Java objects. OpenSymphony Cache can provide your J2EE application with huge performance gains and graceful error tolerance... Platforms: *nix

License: Freeware Size: 2.8 MB Download (113): OpenSymphony Cache Download

Added: July 07, 2010 | Visits: 751

Juxy Juxy is a Java library for unit testing XSLT stylesheets from Java. Juxy is best suited for the projects where both Java and XSLT are used simultaneously.. CollabNet, Facilitating Collaborative Software Development Platforms: *nix

License: Freeware Size: 2.92 MB Download (91): Juxy Download

Added: March 02, 2010 | Visits: 804

pTest 1.0 pTest framework is an Object Oriented PHP 5 testing framework. The project differs from other testing frameworks in that it doesnt suffer from a dogmatic following of JUnit. A good feature of this framework is that it can be as easily used from the commandline as embedded and extended by your... Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): pTest 1.0 Download

Added: January 26, 2010 | Visits: 1.141

More for C++ More for C++ is a class library that provides some features usually not common for C++ More for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes. First of all, there is a garbage collector... Platforms: *nix

License: Freeware Size: 163.84 KB Download (91): More for C++ Download

< 1 2 3 4 5 >