Showing 61 open source projects for "nunit"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    NUnit 3 Framework

    NUnit 3 Framework

    NUnit 3 Framework

    NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 3, has been completely rewritten with many new features and support for a wide range of .NET platforms. NUnit is intended to be extensible. We can't do everything for everybody but we want to make it reasonably easy to extend NUnit. In many cases, users will be able to implement a special feature outside of our scope by simply creating a new attribute that embeds...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    testng

    testng

    TestNG testing framework

    TestNG is a testing framework inspired from JUnit and NUnit but introduces some new functionalities that make it more powerful and easier to use. Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc...).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Pester

    Pester

    Pester is the ubiquitous test and mock framework for PowerShell

    .... It integrates with CI systems easily—returning standard exit codes and generating NUnit/JUnit-style test reports—so PowerShell codebases can be validated in automated pipelines. The framework evolves with PowerShell itself, adding features for parallel execution, code coverage measurement, and test discovery to meet production needs. For teams, Pester encourages test-driven development and makes PowerShell deliverables more maintainable and trustworthy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Clean Architecture Solution Template

    Clean Architecture Solution Template

    Clean Architecture Solution Template for .NET 6

    This is a solution template for creating a Single Page App (SPA) with Angular and ASP.NET Core following the principles of Clean Architecture. Create a new project based on this template by clicking the above Use this template button or by installing and running the associated NuGet package (see Getting Started for full details). The template is configured to use an in-memory database by default. This ensures that all users will be able to run the solution without needing to set up...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    NBi

    NBi

    NBi is a testing framework (add-on to NUnit)

    NBi is a testing framework (add-on to NUnit) for Business Intelligence. It supports most of the relational databases (SQL server, MySQL, postgreSQL ...) and OLAP platforms (Analysis Services, Mondrian ...) but also ETL and reporting components (Microsoft technologies). The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# code to specify your tests! Either, you don't need Visual Studio...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LuaUnit

    LuaUnit

    LuaUnit is a popular unit-testing framework for Lua

    LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, etc.) that can be used directly or work with continuous integration platforms (Jenkins, Maven, etc.). LuaUnit may be installed as a rock or directly added to your project. For simplicity, LuaUnit is contained into a single file and has no external dependency. LuaUnit may also be used as an assertion library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SimplyVBUnit is a VB6 unit testing framework written in Visual Basic 6. It closely follows the GUI setup of NUnit. Creating Tests is a snap, as you don't need to implement anything, just add your tests to a new class and GO!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    NUnit Test Results Viewer

    NUnit Test Results Viewer

    NUnit Test Results Viewer

    'NUnit Test Results Viewer' is a free open source project that allows to view NUnit resulted *xml file.
    Downloads: 3 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: 1 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    TestDriven.NET is a zero friction unit testing add-in for Visual Studio .NET. It is compatable with NUnit, xUnit and MSTest. You can download the full extension from http://www.testdriven.net. TestDriven.Net is now being maintained here: https://github.com/jcansdale/TestDriven.Net-Issues
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Continuous Integration Demo - .NET

    Continuous Integration Demo - .NET

    An example project to demonstrate continuous integration, in .NET.

    A simple example project demonstrating automated build and testing. This project is in C#, uses MSBuild for the build script, and makes use of NUnit for unit testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cgSudoku

    Sudoku engine for .NET 4.0 and up

    Sudoku game library written in C# qirh source and tests (NUnit) available. Provides hint tracking and allows for custom classes to be added for advanced solving techniques to be applied without directly modifying the library's code. An UndoManager class is provided for automatic undo/redo support, and basic file saving and loading to and from an XML format is implemented as well. Also includes a custom control to drop on forms to take care of the display and basic key handling, and a sample...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MSTest 2 NUnit

    MSTest 2 NUnit

    A quick way to convert all your MSTests into NUnit tests

    MSTest2NUnit does exactly what it sounds like-- it's a console app that quickly converts your existing C# MSTest source code to MSTest. It replaces MSTest references, attributes, and asserts where needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ProUnit

    ProUnit

    Unit tests framework for Progress | OpenEdge

    ProUnit is an Open Source Framework for unit test on Progress ABL (4GL) components, just like JUnit, NUnit and others. In addition, it can compare temp-tables and datasets and it can also work with databases. One example of its application: a. import initial_data.d file to physical table (with overwrite) b. run a procedure to test (that may change database records) c. extract some records from physical table to a temp-table (A) d. load expected_result.d file to temp-table (B) e...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15
    NUnit brings xUnit-style unit-testing to all .Net languages. Although we no longer host our development on Sourceforge, our latest releases are always available here, as well as at our current development site at http://launchpad.net/nunitv2 Please report bugs at http://bugs.launchpad.net/nunitv2 You can browse or download the current source code at http://code.launchpad.net/nunitv2
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    Sikuli4Net

    .NET implementation of Sikuli, utilizing an embedded jetty server.

    Using an embedded jetty server, this project exposes the core functionality of Sikuli for use within .NET projects. The nuGet package can be installed with the following command entered in the package manager: Install-Package Sikuli4Net Requires a working installation of the latest version of Sikuli. Additional setup required: See screenshots for examples of how to implement this tool. NUnit setup and teardown methods are required. NuGet package page is located here: https...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ExcelMVC

    ExcelMVC

    Writing Excel applications in .NET using the MVC/MVVM pattern

    If you are a fan of building applications using the MVC/MVVM pattern and you love Excel as the user interface but want little VBA and fewer complex nesting formulas, then ExcelMVC is just the component you need. ExcelMVC lets you write Excel applications using the MVC/MVVM pattern. You declare views in Excel and implement their business models and view models (controllers) in C# or in any other .NET language. To see how easy it is to write Excel applications using ExcelMVC, simply run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TurboUnit
    TurboUnit runs MS and NUnit tests
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NUnitForms is a tool for automated unit testing of Windows Forms applications developed with .NET. It is an extension to NUnit that makes it easier to test Windows Forms applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    FxCop for NUnit is a set of FxCop rules that are targetted to verify unit tests for general unit testing guidelines as well as for issues related to the NUnit framework. The current source works with FxCop 1.312 and NUnit 2.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Nan.System.Framework

    Framework-level utilities on .NET Framework 4.0 (C#)

    Nan.System.Framework v.1.0 (Alpha) Framework-level utilities on .NET Framework 4.0 (C#) NOTE: Depends on Nan.System.Platform: http://sourceforge.net/projects/nan-sys-plat/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    SeaToad

    A concurrency and load testing tool for .NET applications

    SeaToad is a library to aid in concurrency and load testing of .NET code. Intended for use by developers or automation testers. For example, it makes a good second hand if you're trying to reproduce a concurrency issue. You can very quickly generate load representing one or more portions of the suspect code, while manually performing other tasks. Or perhaps you're worried about the performance of a particular stored procedure with load from an external source. SeaToad can run the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NUnit.Extensions is a collection of classes which assist with unit testing of .net code using NUnit. Please note that this is not part of the NUnit framework and is in no way endorsed or supported by the people who develop and support the NUnit frame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ChecksumValidation

    Validation of IBANs, bank accounts, credit cards, identity cards

    ... 2.0. It consists of: - ChecksumValidation: a class library (DLL) for in-process use - ChecksumSoapServer: a SOAP interface - ChecksumTcpServer: a TCP interface implementing a domain-specific language (DSL) for validation - ChecksumComServer: a COM interface - ChecksumClient: a test utility - ChecksumUnitTest: a 100% covering NUnit test - ChecksumUtility: a command-line tool for helper functions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A starter kit, framework, and collection of libraries and utilities used as the basis for SoftwareMonkeys ASP.NET/db4o applications such as the WorkHub application. Download or checkout from www.softwaremonkeys.net/SiteStarter.aspx
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.