Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.
/ nunit.portable.agent Public archive

No longer needed nor maintained. The NUnit Portable Agent provides an interface that allows test runners to load the NUnit Framework and run tests in an assembly without taking a dependency on a specific version of the framework.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE.txt
Unknown
License.rtf
Notifications You must be signed in to change notification settings

nunit/nunit.portable.agent

Repository files navigation

NUnit.Portable.Agent

Build status Travis Build Status NuGet Version and Downloads count

Follow NUnit

NUnit is a unit-testing framework for all .Net languages. The NUnit Portable Agent provides an interface that allows test runners to load the NUnit Framework and run tests in an assembly without taking a dependency on a specific version of the framework.

Building

Install .NET Core and make sure it is working.

# Restore NuGet Packages
dotnet restore

# Build All
dotnet build -c Release test/NUnit.Portable.Agent.Tests

# Run Tests
dotnet run -c Release -p test/NUnit.Portable.Agent.Tests

# Package NuGet
dotnet pack -c Release src/NUnit.Portable.Agent

License

NUnit is Open Source software released under the MIT license.

About

No longer needed nor maintained. The NUnit Portable Agent provides an interface that allows test runners to load the NUnit Framework and run tests in an assembly without taking a dependency on a specific version of the framework.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE.txt
Unknown
License.rtf

Stars

Watchers

Forks

Packages

No packages published