зеркало из
1
0
Форкнуть 0
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.
Перейти к файлу
CharliePoole 02c3f0b2fb Merge pull request #22 from nunit/copyright
Switched copyright to NUnit Project
2017-06-16 20:56:23 -07:00
.vscode Changing case of directories and projects 2016-06-16 11:03:16 -04:00
packages Truncated history at 3.2.1 release 2016-06-15 12:22:19 -04:00
scripts Clearly I am dislexic 2016-06-16 11:37:12 -04:00
src Switched copyright to NUnit Project 2017-06-16 22:06:53 -04:00
test Switched copyright to NUnit Project 2017-06-16 22:06:53 -04:00
.editorconfig Compiling and all tests passing in netstandard 2016-06-16 09:31:30 -04:00
.gitattributes Truncated history at 3.2.1 release 2016-06-15 12:22:19 -04:00
.gitignore Switched to netstandard projects for everything. Compiling and checkpointing 2016-06-15 22:46:32 -04:00
.travis.yml Fix TravisCI build 2016-08-07 23:56:26 +00:00
CHANGES.txt Builds and packages from the cake script 2016-06-15 13:42:26 -04:00
CONTRIBUTING.md Dropped cake build for straight appveyor 2016-06-16 09:56:04 -04:00
LICENSE.txt Switched copyright to NUnit Project 2017-06-16 22:06:53 -04:00
License.rtf Switched copyright to NUnit Project 2017-06-16 22:06:53 -04:00
README.md Add TravisCI badge in README 2016-06-16 19:51:50 +00:00
Rebracer.xml Updated the settings and added unit tests 2016-07-12 18:22:52 -04:00
appveyor.yml Appveyor improvements 2016-06-16 14:09:55 -04:00
global.json Add functionality to run multiple assemblies 2016-10-22 16:14:07 +01:00
nunit.ico Truncated history at 3.2.1 release 2016-06-15 12:22:19 -04:00
nunit.portable.agent.sln Switched from net451 to 45 and fixed travis 2016-06-16 15:11:31 -04:00
nunit.portable.agent.sln.DotSettings Switched copyright to NUnit Project 2017-06-16 22:06:53 -04:00

README.md

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.