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

Mock freeware
Filter: All | Freeware | Demo
 

Mock

1 2 3 > 
Added: March 22, 2010 | Visits: 1.098

Pascal Mock Pascal Mock provides a mock library for Delphi/Kylix/FreePascal. Delphi/Kylix/FreePascal were lacking a mock library. The Pascal Mock library enables the easy creation and use of Mock objects for unit testing, inspired by the various Java mock object tools. Mock objects ease unit testing by...



Platforms: *nix

License: Freeware Size: 419.84 KB Download (118): Pascal Mock Download

Added: February 20, 2010 | Visits: 1.312

Mock Objects for C++ mockpp is a platform independent generic unit testing framework for C++. Mock Objects for C++ goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock. Mock objects allow you to set up predictible behaviour to help you test your production code by...





Platforms: *nix

License: Freeware Size: 696.32 KB Download (103): Mock Objects for C++ Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 451

Jeek - stub and mock generator for .NET Jeek is a concrete class / stub / mock code generator for .NET, used in unit testing.


Platforms: Windows, Mac, Linux

License: Freeware Size: 349.19 KB Download (54): Jeek - stub and mock generator for .NET Download

Added: January 27, 2010 | Visits: 677

Test::MockClass Test::MockClass is a Perl module to provide mock classes and mock objects for testing. SYNOPSIS # Pass in the class name and version that you want to mock use Test::MockClass qw{ClassToMock 1.1}; # create a MockClass object to handle a specific class my $mockClass =...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): Test::MockClass Download

Added: September 25, 2010 | Visits: 787

Test::MockDBI Test::MockDBI is Perl module mock DBI interface for testing. SYNOPSIS use Test::MockDBI; OR use Test::MockDBI qw( :all ); Test::MockDBI::set_dbi_test_type(42); if (Test::MockDBI::get_dbi_test_type() == 42) { ... $mock_dbi = get_instance Test::MockDBI; $mock_dbi->bad_method(...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (95): Test::MockDBI Download

Released: January 29, 2010  |  Added: February 07, 2010 | Visits: 2.024

inPreso Screens inPreso Screens is a simple software mock-ups and website wireframes design application. With inPreso Screens you can design low and high-fidelity wireframes, add simple interactivity and instantly publish your wireframes on web. Visual task setting with inPreso Screens will greatly improve you...


Platforms: Windows, Mac, *nix

License: Freeware Size: 2.61 MB Download (223): inPreso Screens Download

Added: May 10, 2013 | Visits: 225

Mock HttpContext This drop contains code written for .NET 1.1 and 2.0 to create a mocked HttpContext.


Platforms: Windows, ASP.NET,

License: Freeware Download (49): Mock HttpContext Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 387

OverSite for Mac OS Mock up and prototype your website. You can quickly define your sites overall structure, and OverSite will automatically generate a graphical site map. Creating wireframes of your individual pages - complete with hyperlink navigation between pages - is a breeze. You can attach notes to your...


Platforms: Mac

License: Freeware Size: 11 MB Download (50): OverSite for Mac OS Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 429

MotivationLOL for Mac OS Fun software that makes it fun and easy to create your own mock motivational posters. Drop a family photo onto the window, or an image from the internet, position and resize, then type a title and a caption to generate your own custom mock-motivational poster. When you're finished, you can save...


Platforms: Mac

License: Freeware Size: 655.36 KB Download (488): MotivationLOL for Mac OS Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 266

JSMock A fully featured mock object library for Javascript.


Platforms: Windows, Mac, Linux

License: Freeware Size: 56.91 KB Download (47): JSMock Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 275

MockMaker MockMaker is a program for automatically creating source code for mock object. MockObjects can be used in automated Unit testing. See also www.Junit.org and www.mockobjects.com


Platforms: Windows, Mac, Linux

License: Freeware Size: 94.46 KB Download (47): MockMaker Download

Released: December 27, 2012  |  Added: November 19, 2013 | Visits: 710

SimpleTest Unit testing, mock objects and web testing framework for PHP built around test cases. If you know JUnit/JMock or some of the PHPUnit clones this will need no explanation. Includes a native web browser for testing web sites directly (no JavaScript).


Platforms: Linux

License: Freeware Size: 280.8 KB Download (57): SimpleTest Download

Added: July 04, 2013 | Visits: 262

contextdecorator mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): contextdecorator Download

Added: July 25, 2013 | Visits: 304

Mockcache Mockcache is a dictionary-based mock memcached client library. It does not connect to any memcached server, but keeps a dictionary and store every cache into there internally. It is a just emulated API of memcached client only for tests. It implements expiration also. NOT THREAD-SAFE. try:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): Mockcache Download

Added: November 21, 2013 | Visits: 424

dingus A dingus is sort of like a mock object. The main difference is that you don't set up expectations ahead of time. You just run your code, using a dingus in place of another object or class, and it will record what happens to it. Then, once your code has been exercised, you can make assertions...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (46): dingus Download

Added: November 24, 2013 | Visits: 344

TestFixtures for Linux TestFixtures is a collection of helpers and mock objects that are useful when writing unit tests or doc tests. If you're wondering why "yet another mock object library", testing is often described as an art form and as such some styles of library will suite some people while others will suite...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (35): TestFixtures for Linux Download

Added: May 21, 2010 | Visits: 977

Thesaurus Thesaurus is a Perl module that maintains lists of associated items. SYNOPSIS use Thesaurus; my $th = Thesaurus->new( -files => [ file1, file2 ], -ignore_case => 1 ); @words = $th->find(vegan); %words = $th->find( Faye ); foreach $word ( @{ $words{Faye} } ) { #something ... }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (90): Thesaurus Download

Added: August 17, 2010 | Visits: 982

phpCAMALEO phpCAMALEO is a collection of useful and ready-to-use customizable code letting you to concentrate on contents, menu structure, graphic layout, SEO optimization and all you need to work at when creating a web site! Why using phpCAMALEO? Because time is money! To give you some clues about...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (92): phpCAMALEO Download

Added: November 12, 2010 | Visits: 1.039

Chatbot::Eliza Chatbot::Eliza provides a clone of the classic Eliza program. This module implements the classic Eliza algorithm. The original Eliza program was written by Joseph Weizenbaum and described in the Communications of the ACM in 1966. Eliza is a mock Rogerian psychotherapist. It prompts for user...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (363): Chatbot::Eliza Download

Added: October 21, 2010 | Visits: 933

XView4Struts XView4Struts provides a Struts framework extension that replaces JSP pages with pure HTML. The XView4Struts project is an extension to the Jakarta Struts Framework. Its main purpose is to eliminate the need to use tag libraries and JSP pages. The view is pure HTML, and interaction between the...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (90): XView4Struts Download

1 2 3 >