зеркало из
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.
Перейти к файлу
Peter Jas 15f2c6a9c5 Fix TravisCI build 2016-08-07 23:56:26 +00: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 Updated the settings and added unit tests 2016-07-12 18:22:52 -04:00
test Update imports, fixes #9 2016-07-12 18:32:48 -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 Truncated history at 3.2.1 release 2016-06-15 12:22:19 -04:00
License.rtf Truncated history at 3.2.1 release 2016-06-15 12:22:19 -04:00
NOTICES.txt Truncated history at 3.2.1 release 2016-06-15 12:22:19 -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 Updated to the RTM of .NET Core 1.0 2016-06-27 20:52:05 -04: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 Moved nunit.portable.agent to a new repo, truncated history and deleted most of the extra files. More cleanup to come 2016-06-15 13:00:01 -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.