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.477.341 Times

Xunit software
 

Xunit

Added: September 14, 2013 | Visits: 375

MATLAB xUnit Test Framework MATLAB xUnit Test Framework is a unit test framework for MATLAB code.MATLAB xUnit is designed to be easy to use for MATLAB users with a wide range of experience. Users can write tests using ordinary MATLAB function files that are very simple in structure.MATLAB xUnit comes with extensive... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 409.6 KB Download (43): MATLAB xUnit Test Framework Download

Released: February 20, 2008  |  Added: February 28, 2008 | Visits: 2.914

NUnit Test Generator Does the quality of your code matter? If it does, then you simply have to try the NUnit Test Generator. The NUnit Test Generator works with NUnit to make your life easier. It not only creates the stubs for the tests, it extracts the the documentation you've already written for your properties and... Platforms: Windows

License: Commercial Cost: $9.97 USD Size: 1.41 MB Download (129): NUnit Test Generator Download

Added: January 25, 2010 | Visits: 850

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: July 02, 2010 | Visits: 1.479

ASTUce ASTUce is a regression testing framework for ECMAScript inspired by the xUnit architecture. ASTUce project is intended for developers who wish to implement unit tests.. Platforms: *nix

License: Freeware Size: 174.08 KB Download (92): ASTUce Download

Added: July 08, 2013 | Visits: 219

UberUnit Many projects require code to be written in different languages. Automated unit tests require a test framework for that language. XUnit test frameworks are the most popular, each displaying its own results. UberUnit is an open source and free system for integrating the running and reporting of... Platforms: Mac

License: Freeware Size: 163.84 KB Download (44): UberUnit Download

Released: June 13, 2012  |  Added: September 30, 2012 | Visits: 997

dotCover Code Coverage JetBrains dotCover is a unit test runner and .net code coverage tool that helps developers make sure that every single line of code that should be covered by unit tests is actually covered by them. dotCover: Works within Visual Studio 2005, 2008, 2010 and Visual Studio 2012 Release... Platforms: Windows

License: Shareware Cost: $75.00 USD Size: 26.32 MB Download (86): dotCover Code Coverage Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 358

.NETUnit An implementation of Kent Beck's famous XUnit testing framework designed specifically for unit testing components written for the .NET platform. Platforms: Windows, Mac, Linux

License: Freeware Size: 161.79 KB Download (51): .NETUnit Download

Added: May 10, 2013 | Visits: 318

CxxTest CxxTest is a JUnit/CppUnit/xUnit-like framework for C .It is extremely portable since it doesn't depend on RTTI, exception handling or any libraries (including standard ones). Its advantages over existing alternatives are that it: - Doesn't require RTTI - Doesn't require member template... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (49): CxxTest Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 265

utPLSQL Our objective: to provide a unit testing framework for PL/SQL developers modeled on the Junit and Xunit frameworks. Based on the Extreme Programming methodology, utPLSQL makes it easy for developers to set up and execute unit tests of packages. Platforms: Windows, Mac, Linux

License: Freeware Size: 20 KB Download (43): utPLSQL Download

Added: June 11, 2013 | Visits: 233

XMLTestRunDisplay This provides JUnit-style XML logging for the MATLAB xunit framework developed by Steve Eddin (http://www.mathworks.com/matlabcentral/fileexchange/22846). The code was developed with version 3.0.1. We use this in conjunction with Hudson/Jenkins to track test results. Below is a code sample... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): XMLTestRunDisplay Download

Released: July 02, 2013  |  Added: July 24, 2013 | Visits: 1.510

Kellerman Gold Suite Premier Suite of all Kellerman Software applications. Easily add FTP operations to your .NET application. Transfer and tunnel with the .NET SFTP Library. Compare databases with AccessDiff. Encrypt credit cards, passwords, and files with the Encryption Library. Log to any target with the... Platforms: Windows

License: Shareware Cost: $299.95 USD Size: 40.69 MB Download (130): Kellerman Gold Suite Download

Released: November 10, 2008  |  Added: February 23, 2009 | Visits: 1.128

cfix cfix is an xUnit testing framework for C/C++, fully specialized for Win32 (32/64 bit) development. cfix requires only little effort to author unit tests, which are compiled and linked into a DLL. The testrunner application provided by cfix allows selectively running tests of one or more of such... Platforms: Windows

License: Freeware Size: 3.34 MB Download (123): cfix 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: May 10, 2013 | Visits: 417

NUnit .Net NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.4, is the fifth major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take... Platforms: Windows, *nix, C#,

License: Freeware Download (48): NUnit .Net Download

Added: April 07, 2013 | Visits: 190

sequnce to read famos data into matlab workspace The sequnce importfamos.m was produced to convert imc raw data(*.raw; *.dat) to matlab data. Here, struct is used to manage the channelinformation.For more information of FAMOS file format, please see the manufacturer's website: http://www.imc-berlin.de Corresponding to Data Structure in Matlab,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): sequnce to read famos data into matlab workspace Download

Added: March 30, 2013 | Visits: 431

mlunit_2008a mlunit_2008a originally began as an update to mlUnit (http://sourceforge.net/projects/mlunit/http://sourceforge.net/projects/mlunit/), also available from MATLAB Central file exchange. The purpose was to add support for the new "classdef" style classes in MATLAB 2008a. However, I got a bit... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (48): mlunit_2008a Download

Added: June 17, 2013 | Visits: 412

B-spline tools B-splines is a natural signal representation for continous signals, wheremany continous-domain operations can be carried out exactly once theB-spline approximation has been done.The B-spline estimation procedure in this toolbox using allpole filtersis based on the classic papers by M. Unser and... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 593.92 KB Download (46): B-spline tools Download

Added: June 15, 2013 | Visits: 394

pgTAP pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts or xUnit-style test functions. The TAP output is suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl applications. Why would you want to unit test... Platforms: Mac

License: Freeware Size: 163.84 KB Download (41): pgTAP Download

Added: June 24, 2013 | Visits: 313

SubUnit Subunit is a streaming protocol for test results. The protocol is human readable and easily generated and parsed. By design all the components of the protocol conceptually fit into the xUnit TestCase->TestResult interaction. Subunit comes with command line filters to process a subunit stream... Platforms: *nix

License: Freeware Size: 378.88 KB Download (35): SubUnit Download