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

Electron Configuration Unit Test software
Filter: All | Freeware | Demo
 

Electron Configuration Unit Test

< 1 2 3 4 5 
Added: September 11, 2013 | Visits: 402

Webbi Framework Webbi Framework is free PHP framework for buiding web applications. The tool will allow developers to quickly get their PHP apps running, reusing code to get tasks done faster.Features of Webbi Framework:- Modularization- Template- Config file driven- Logic separated from presentation- Content...



Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 604.16 KB Download (40): Webbi Framework Download

Added: August 19, 2013 | Visits: 376

cmislib Provides a CMIS client library for Python that can be used to work with CMIS-compliant repositories such as Alfresco, IBM FileNet, Nuxeo and others. CMIS is a proposed specification with backing by major ECM players including those mentioned as well as Microsoft, Oracle, and SAP. CMIS providers...





Platforms: Mac

License: Freeware Size: 214.02 KB Download (37): cmislib Download

Added: July 30, 2013 | Visits: 409

Objective-Zip Objective-Zip is a simple set of classes that simplify the use of ZLib and MiniZip, i.e.: zipping/unzipping of files, under the iPhone SDK. It is made to be simple and straightforward, and exposes the same functionalities that MiniZip does. It is distributed under new BSD license, and is...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (38): Objective-Zip Download

Added: August 09, 2013 | Visits: 277

DAVKit A Cocoa framework for talking to WebDAV servers DAVKit is a Cocoa framework for communicating with WebDAV servers. It supports downloading, uploading, copying, moving, and deleting files and folders, all asynchronously. By subclassing DAVRequest, you can extend the existing support for WebDAV...


Platforms: Mac

License: Freeware Size: 20.48 KB Download (38): DAVKit Download

Added: October 06, 2013 | Visits: 345

Py65 py65 is a Python library to simulate 6502-based microcomputer systems. It has the following goals: * Focus on ease of use and modularity rather than performance. Py65 is written in the Python programming language for productivity, while similar programs are written in C for performance. * Enable...


Platforms: Mac

License: Freeware Size: 51.2 KB Download (36): Py65 Download

Added: August 26, 2013 | Visits: 284

XcodeUnitTestGUI XcodeUnitTestGUI utilizes distributed notifications to be updated with the current pass/fail state of unit tests. In order to enable these notifications, you need to link your unit test target with the supplied XcodeUnitTestGUIHelper.framework. Aside from that, just launch the app and it should...


Platforms: Mac

License: Freeware Size: 92.16 KB Download (37): XcodeUnitTestGUI Download

Added: August 21, 2013 | Visits: 212

openid-mongodb openid-mongodb is a MongoDB back-end storage for use with the python-openid package made by JanRain. It implements the OpenIDStore interface and can be plugged directly in. To ensure proper operation, this back-end utilizes the entire python-openid Store test suite and has 100% unit test coverage.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): openid-mongodb Download

Released: August 01, 2020  |  Added: August 22, 2020 | Visits: 2.492

DPLS Scientific Calculator This highly functional and easy to use Scientific Calculator is a must for science students. The main calculator has over 40 functions while an extensive number of utilities, tools and science data reference systems can be called. The calculator contains one of the most extensive measurement...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 15.36 MB Download (492): DPLS Scientific Calculator Download

Added: April 20, 2010 | Visits: 1.128

Test::Unit::tests::AllTests Test::Unit::tests::AllTests is a unit testing framework self tests. SYNOPSIS # command line style use perl TestRunner.pl Test::Unit::tests::AllTests # GUI style use perl TkTestRunner.pl Test::Unit::tests::AllTests This class is used by the unit testing framework to encapsulate all the...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (92): Test::Unit::tests::AllTests Download

Added: June 07, 2010 | Visits: 2.099

Test::Unit::Tutorial Test::Unit::Tutorial is a Perl module that contains a tutorial on unit testing. SYNOPSIS perldoc Test::Unit::Tutorial Here should be extensive documentation on what unit testing is, why it is useful, and how to do it with the Test::Unit collection of modules. Sorry for not implementing...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (243): Test::Unit::Tutorial Download

Added: September 09, 2010 | Visits: 1.160

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: January 13, 2010 | Visits: 1.089

Test::Unit::TestRunner Test::Unit::TestRunner is a unit testing framework helper class. SYNOPSIS use Test::Unit::TestRunner; my $testrunner = Test::Unit::TestRunner->new(); $testrunner->start($my_testcase_class); This class is the test runner for the command line style use of the testing framework. It is...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): Test::Unit::TestRunner Download

Added: February 07, 2010 | Visits: 1.074

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 (88): Test::Unit::TestCase Download

Added: September 07, 2010 | Visits: 1.206

Test::Unit::Runner::Terminal Test::Unit::Runner::Terminal is a unit testing framework helper class. SYNOPSIS use Test::Unit::Runner::Terminal; my $testrunner = Test::Unit::Runner::Terminal->new(); $testrunner->start($my_test_class); This class is a test runner for the command line style use of the testing framework....


Platforms: *nix

License: Freeware Size: 75.78 KB Download (100): Test::Unit::Runner::Terminal Download

Added: May 23, 2010 | Visits: 808

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: November 10, 2010 | Visits: 829

Test::Unit::InnerClass Test::Unit::InnerClass is a unit testing framework helper class. SYNOPSIS This class is not intended to be used directly This class is used by the framework to emulate the anonymous inner classes feature of Java. It is much easier to port Java to Perl using this class..


Platforms: *nix

License: Freeware Size: 45.06 KB Download (97): Test::Unit::InnerClass Download

Added: October 26, 2010 | Visits: 959

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: December 10, 2013 | Visits: 766

Test::Unit Test::Unit, yes, the test framework shipped with ruby 1.8.x. Test::Unit 1.2.3 is the shipped with ruby 1.8.x version. Test::Unit 2.x is very improved version.


Platforms: Ruby

License: Freeware Size: 194.56 KB Download (101): Test::Unit Download

Added: July 23, 2010 | Visits: 1.374

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

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 686

Java Test Object Recorder Java Test Object Recorder, JTOR, for short, is an application that is able to record the state or behavior of live Java objects for playback during unit testing. The Java Test Object Recorder project provides three "object recorders" to record live object trees or behavior for playback during...


Platforms: Windows

License: Freeware Download (46): Java Test Object Recorder Download

< 1 2 3 4 5