Skip to main content
OsirisTerje avatar

OsirisTerje

NuGet publisher profile

Packages
37
Total Downloads
1.6B
1,577,886,646

Packages (37)

NUnit package icon

NUnit

NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes. The latest version, version 5, is an upgrade from the groundbreaking NUnit 3 framework and its major update version 4. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs. If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade. If you're upgrading from NUnit 4, please check the release notes for version 5 (https://docs.nunit.org/articles/nunit/release-notes/framework.html). Supported platforms: - .NET Framework 4.6.2+ - .NET 8.0+ - .NET 10.0+

666.3M
downloads
NUnit3TestAdapter package icon

NUnit3TestAdapter

The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core), versions .net framework 4.6.2 or higher, .net 8 or higher. Note that this package ONLY contains the adapter, not the NUnit framework. For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)

534.6M
downloads
NUnit.ConsoleRunner package icon

NUnit.ConsoleRunner

This package includes the console runner and test engine for version 3 and higher of the NUnit unit-testing framework. Any extensions, if needed, may be installed as separate packages.

75.6M
downloads
NUnit.Extension.NUnitV2ResultWriter package icon

NUnit.Extension.NUnitV2ResultWriter

This extension allows NUnit to create result files in the V2 format, which is used by many CI servers.

43.0M
downloads
NUnit.Extension.TeamCityEventListener package icon

NUnit.Extension.TeamCityEventListener

This extension sends specially formatted messages about test progress to TeamCity as each test executes, allowing TeamCity to monitor progress.

42.0M
downloads
NUnit.Extension.NUnitProjectLoader package icon

NUnit.Extension.NUnitProjectLoader

This extension allows the engine to run NUnit projects, which have a file extension of '.nunit'.

41.6M
downloads
NUnit.Extension.VSProjectLoader package icon

NUnit.Extension.VSProjectLoader

This extension allows NUnit to recognize and load solutions and projects in Visual Studio format. It supports files of type .sln, .csproj, .vbproj, .vjsproj, .vcproj and .fsproj.

41.3M
downloads
NUnit.Extension.NUnitV2Driver package icon

NUnit.Extension.NUnitV2Driver

This extension allows NUnit to load and run tests compiled against earlier versions of the NUnit framework. Versions 2.0 through 2.7 are supported.

41.2M
downloads
NUnit.Console package icon

NUnit.Console

This package includes the nunit-console runner and test engine for the NUnit unit-testing framework. The following extensions are included with this package: * NUnitProjectLoader - loads tests from NUnit projects * VSProjectLoader - loads tests from Visual Studio projects Other extensions, if needed, must be installed separately.

38.7M
downloads
NUnit.Runners package icon

NUnit.Runners

This package is now obsolete and has been replaced by the NUnit.Console package. It includes the nunit3-console runner and test engine for version 3 of the NUnit unit-testing framework. The following extensions are included with this package: * NUnitProjectLoader - loads tests from NUnit projects * VSProjectLoader - loads tests from Visual Studio projects * NUnitV2ResultWriter - saves results in NUnit V2 format. * NUnitV2FrameworkDriver - runs NUnit V2 tests. * TeamCityEventListener - supports special progress messages used by teamcity. Other extensions, if needed, must be installed separately.

17.4M
downloads
NUnitTestAdapter package icon

NUnitTestAdapter

The NUnit TestAdapter for Visual Studio 2012 and newer for NUnit 2. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server. Note that this package ONLY contains the adapter, not the NUnit framework.

14.3M
downloads
NUnitLite package icon

NUnitLite

NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. It is suitable for projects that want to have a quick way to run tests using a console runner and don't need all the features of the NUnit engine and console runner. Supported platforms: - .NET Framework 4.6.2+ - .NET 8.0+ - .NET 10.0+ How to use this package: 1. Create a console application for your tests and delete the generated class containing Main(). 2. Install the NUnitLite package, which creates a new Main() as well as adding a reference to NUnitLite. This will also bring in the NUnit package, which adds a reference to the NUnit framework to your project. 3. Add your tests to the test project and simply start the project to execute them.

8.2M
downloads
NUnit.Engine package icon

NUnit.Engine

Provides for loading, exploring and running NUnit tests

7.8M
downloads
NUnit.Engine.Api package icon

NUnit.Engine.Api

Defines the interfaces used by runners and engine extensions to access the NUnit Engine. Not normally needed by direct users who simply want to run tests.

2.8M
downloads
NUnitTestAdapter.WithFramework package icon

NUnitTestAdapter.WithFramework

A package including the NUnit test frameworks and the Visual Studio 2012/13 test adapter. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server. Note that this package also contains the NUnit framework. The package works with Visual Studio 2012 from RTM, and all Updates, and with Visual Studio 2013 RTM and all updates, and Visual Studio 2015 tested up to CTP6

2.3M
downloads
NUnit.ConsoleRunner.NetCore package icon

NUnit.ConsoleRunner.NetCore

The dotnet command-line runner for NUnit

452.4K
downloads
nunit.engine.netstandard package icon

nunit.engine.netstandard

This package is now obsolete and has been replaced by the NUnit.Engine package. Provides a common interface for loading, exploring and running NUnit tests in .NET Core and .NET Standard

75.4K
downloads
KDISim.CheckConsolidate package icon

KDISim.CheckConsolidate

Executable checking nuget packages in solution for consolidation

42.8K
downloads
WrapThat.Version package icon

WrapThat.Version

Package Description

38.7K
downloads
WrapThat.System package icon

WrapThat.System

Wrapper classes for System and System.IO for making unit testing easier

19.5K
downloads
KDISim.CheckTest package icon

KDISim.CheckTest

Checks trx files to see if tests have run, and if they have, if the count is above a set limit

14.7K
downloads
KDISim.DevelopmentProcessValidation.Validations package icon

KDISim.DevelopmentProcessValidation.Validations

A set of validations to catch common mistakes that may occur during the development process.

8.1K
downloads
KDISim.DevelopmentProcessValidation.Abstractions package icon

KDISim.DevelopmentProcessValidation.Abstractions

Interfaces and abstractions for DevelopmentProcessValidation.

7.8K
downloads
NUnit.Extension.Net90PluggableAgent package icon

NUnit.Extension.Net90PluggableAgent

This extension allow the NUnit engine to run tests under .NET 9.0.

7.2K
downloads
KDISim.DevelopmentProcessValidation.TestFramework package icon

KDISim.DevelopmentProcessValidation.TestFramework

NUnit based framework for running process validations as NUnit tests.

5.2K
downloads
VisualStudio.Files.Core package icon

VisualStudio.Files.Core

Package Description

4.7K
downloads
VisualStudio.Files.Abstractions package icon

VisualStudio.Files.Abstractions

Package Description

4.6K
downloads
NUnit.Cake.Recipe package icon

NUnit.Cake.Recipe

Cake Recipe used for building NUnit applications and extensions.

4.0K
downloads
NUnit.ConsoleRunner.Net80 package icon

NUnit.ConsoleRunner.Net80

This package includes the .NET 8.0 build of the NUnit console runner and test engine. Any extensions, if needed, may be installed as separate packages.

3.7K
downloads
WrapThat.Answer package icon

WrapThat.Answer

Give you two static constants to use in tests, both have value 42, which is TheAnswer

3.4K
downloads

7 more packages load after hydration.