RSS 47 projects tagged "Windows"

Download Website Updated 29 Apr 2013 cipra Unit Testing Framework

Screenshot
Pop 107.61
Vit 1.81

cipra is a simple, TAP-compatible Unit Testing Framework for C++. It's written in 100% standard C++11 and is only a couple of header files, making it easy to include in your C++11 project. TAP, the Test Anything Protocol, is a standard output format for software unit test frameworks which was originally designed for Perl, but can serve other languages. It has a rich number of tools ("harnesses") which parse TAP-formatted output and do useful things with it. TAP, however, is equally human-readable. The name cipra (pronounced /ˈʃi.pɾaː/ "SHEE-prah") comes from the lojban phrase "lo cipra", which means "the test". It is properly written with an initial minuscule "c", even when at the start of a sentence.

Download Website Updated 15 Nov 2012 Ixonos MISP CIMD Simulator

Screenshot
Pop 27.33
Vit 1.88

Ixonos MISP CIMD Simulator is a Computer Interface to Message Distribution (CIMD) protocol version 2.0-compliant server for developing and testing CIMD applications. It can be used out-of-the box for development, functional and load testing CIMD send-only and receiving applications. The simulator does not interface with a SMSC or MMSC. It has been designed to be simple, lightweight, and scalable, and can be easily extended for other use cases and purposes.

Download Website Updated 13 Sep 2012 TSP Solver and Generator

Screenshot
Pop 64.16
Vit 2.10

TSPSG is intended to generate and solve "travelling salesman problem" (TSP) tasks. It uses the Branch and Bound method for solving. Its input is a number of cities and a matrix of city-to-city travel costs. The matrix can be populated with random values in a given range (which is useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving, and a solving graph. The task can be saved in an internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using the Branch and Bound method to solve a particular task.

Download Website Updated 02 Apr 2013 Citrus Testframework

Screenshot
Pop 120.87
Vit 10.91

Citrus is a test framework written in Java that enables automated integration testing of message-based enterprise SOA applications. The tool can easily simulate surrounding systems across various transports and protocols (e.g. JMS, SOAP WebServices, HTTP, TCP/IP, etc.) in order to perform end-to-end use case testing. Citrus provides strong validation mechanisms for XML message contents and allows you to build complex testing logic such as sending and receiving messages, database validation, automatic retries, variable definitions, dynamic message contents, error simulation, and many more.

No download Website Updated 16 Aug 2010 libtap-testing

Screenshot
Pop 27.50
Vit 1.56

libtap is a C implementation of the Test Anything Protocol, which allows for heterogeneous test suites in several languages.

Download Website Updated 02 Aug 2010 LURT

Screenshot
Pop 73.01
Vit 1.00

LURT is a GUI regex tester. It features work saving, regex syntax highlighting, group displaying, and more. It will help you to create effective regexes quickly and easily.

Download Website Updated 04 Apr 2010 xCover

Screenshot
Pop 58.99
Vit 2.36

xCover is a code coverage library for C and C++. It uses non-standard features available with GCC 4.3+ and Visual C++ 7.0+. Users place line-marks in each branch of each function or method in a component's source file, and the library is able to produce, upon request, a report of which of these has not been executed. Reporting can be done on a per-file, per-alias, or per-file-group basis.

No download Website Updated 27 Oct 2008 m0cxx0r

Screenshot
Pop 13.34
Vit 40.85

m0cxx0r is a library for automatically creating mock objects in C++, setting expectations for calls on those objects, and subsequently verifying that the expected calls were made.

No download Website Updated 01 Oct 2008 ServiceFixture

Screenshot
Pop 15.81
Vit 1.00

ServiceFixture is a fixture library built on top of FIT/FitNesse for SOA or distributed applications that consist of stateless services like Web services (SOAP/REST), EJB and POJO, etc. It enables FitNesse to be the integration test platform for those apps.

Download Website Updated 27 Nov 2012 Cobra Programming Language

Screenshot
Pop 96.28
Vit 9.17

Cobra is a general purpose programming language with a clean, high-level syntax. It provides language level features for quality, including first class unit tests and Eiffel-style contracts. It supports both static and dynamic binding. Cobra is a compiled language with good run-time performance, but also provides some scripting conveniences such as a pound-bang line (#!) and one step compile-and-run. Cobra runs on Linux, Mac, Windows, and anywhere else that Novell Mono or MS .NET exist, including handhelds.

Screenshot

Project Spotlight

OCaml MySQL Protocol

MySQL Protocol in pure OCaml

Screenshot

Project Spotlight

GRAL

A Java plotting library.