Showing 62 open source projects for "jargs/gnu/cmdlineparser"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 1
    SASUnit

    SASUnit

    Unit testing for SAS(TM)-programs

    SASUnit is a unit testing framework for SAS(TM)-programs. It can be used for the development, execution and automatic documentation of tests for SAS programs. SASUnit is written purely on the basis of SAS macros and a few shell commands. There are two videos on YouTube: * Getting started: https://www.youtube.com/watch?v=Kc66hADHNyI * Usage of setup scripts: https://www.youtube.com/watch?v=9drW_6eg6G4 SASUnit is brought to you by HMS Analytical Software https://www.analytical-software.de
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    PureJS-Tools

    A Javascript library to make unit test and multiple onload events

    PureJS-Tools is a lightweight library to simplify some aspect code of pure javascript like the written of unit test or the manage of the onload event. Thanks to this library, you can make easily unit test to your JS code. This is a free library under the GNU General Public License version 3.0 (GPLv3). This means that you can use the PureJS-Tools in your own project, redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PLEASE NOTE that CppTest is in the process of migrating to GitHub: https://github.com/cpptest/cpptest CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extendability. Several output formats are supported and new ones are easily added. PLEASE NOTE that CppTest is in the process of migrating to GitHub: https://github.com/cpptest/cpptest
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4

    FRUCTOSE

    C++ unit testing framework

    C++ unit testing framework, very cutdown compared to CppUnit but very simple and implemented entirely using header files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
  • 5

    Cutter

    A unit testing framework for C and C++

    Cutter is a Unit Testing Framework for C and C++. Interface of Cutter is easy to write and easy to debug your code.
    Leader badge
    Downloads: 19,029 This Week
    Last Update:
    See Project
  • 6

    opmock

    Mocking and unit testing tool for C and C++

    Opmock is a mocking and testing tool for C and C++. It is useful if one wants to implement micro testing and TDD in a similar way of what exists in Java or C#. It is designed with legacy code in mind, and should work with all C++ and C compilers. NEW : version 2.1 is out. Currently there are no binaries to download, please checkout the code from svn and compile from the sources. You can checkout version 2.1 with the command: svn checkout svn://svn.code.sf.net/p/opmock/code/tags/opmock2.1...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    cppunit-msvc

    C++ Unit Testing Framework for MS Visual C++

    A port of the well-known C++ Unit Testing Framework on Visual Studio with a binary installers for the library. Projects using CppUnit for their tests only need to install the binary version. Download the binary installers from the "Files" section.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    dude development environment for java

    dude development environment for java

    Compile and run Java programs without using command mode!

    Dude is a small simple development environment written in Java which allows you to compile and run Java programs without using the command window. It is platform independent and open source. Dude is easy to set up and uses the same directory structure for source and object files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A library of classes designed to be used in conjunction with a unit testing framework such as NUnit. The library facilitates automated tests, mock objects and white box testing (GUI testing etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 10
    A port of the well-known C Unit Testing Framework on Visual Studio with a binary installers for the library. Projects using CUnit for their tests only need to install the binary version. Download the binary installers from the "Files" section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pikzie is an Unit Testing Framework for Python. Pikzie provides more Pythonish API(*) and more usefull test result output rather than PyUnit (unittest.py). (*) PEP 8 -- Style Guide for Python Code: http://www.python.org/dev/peps/pep-0008/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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. Active development of this project is now on GitHub
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    mlUnit

    mlUnit

    MATLAB unit test framework

    mlUnit is a unit testing framework for the MATLAB .m language. It considers the patterns of the xUnit family, include assertions, test cases and suites as well as the fixture. In contrast to MATLAB's own unit test framework: * mlUnit output jUnit compatible XML reports * mlUnit is compatible with Your MATLAB (not just R2013b), down to at least R2006b * mlUnit offers specialised assert functions, e.g. assert_empty, assert_warning, and many more. slUnit is a unit testing framework for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    NatUnit

    Unit-Test-Framework for Natural (SAG)

    NatUnit is a Unit-Test-Framework for Natural. Natural is a 4GL programming language from Software AG (SAG).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. CxxTest is easy to use because it does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it supports a very flexible form of test discovery.
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • 16
    Otter Unit Test Framework is a tool which performs automated Unit Test in .NET 4,0 or above applications. It works similarly to the JUnit and it used as part of the application being tested, in MS Web or C# Developer 2010. Older versions (00.05 and below) were developed for MS Visual Studio 2005 and can still be downloaded. For them, a MS Visual Studio Plugin was developed and in the project´s home page you can find its documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    mockpp is a platform independent unit testing framework for C++. Its goal is to facilitate developing unit tests and integration tests in the spirit of "Mock Objects for Java" and jMock. It is tested with CppUnit but should work with other frameworks.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    R Unit test framework R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A simple C++ unit testing framework contained within a single header file. Minimal code is required for each new test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The project moved to GitHub, https://github.com/aevdokimenko/tsqlunit TSQLUnit is a framework to write tests for applications written in Transact-SQL. It follows the tradition of the "xUnit" framework that is available for almost all programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Unit Testing Framework - XSLT (UTF-X) is a JUnit extension for testing XSLT stylesheets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    CuTest lets you write unit tests for your C code. You should use it because: (1) It has the cutest name, (2) It looks and feels like JUnit, (3) It is cross-platform, (4) It ships in a single .c and .h file for ease of deployment.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 23
    cfix is a xUnit unit testing framework for C and C++, specialized for Win32 and NT kernel mode. The aim of the framework is to make the development of test suites as easy as possible while fully exploiting the services provided by Windows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Smokestack is a modular JEE unit testing framework, independent of Java unit testing framework (like JUnit or TestNG) with functionality geared for validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JsUnit is a unit testing framework for client-side JavaScript in the tradition of the XUnit frameworks. Development began in 2001. As of 11/28/2009, development has moved to GitHub: http://github.com/pivotal/jsunit
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next