Summary
Runs all NUnit unit tests in the specified assemblies.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Aliases
Syntax
[CakeMethodAlias]
public static void NUnit3(this ICakeContext context, IEnumerable<string> assemblies)
Examples
NUnit3(new [] { "./src/Example.Tests/bin/Release/Example.Tests.dll" });
Attributes
Type | Description |
---|---|
Cake |
An attribute used to mark script method aliases. |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
assemblies | IEnumerable |
The assemblies. |
Return Value
Type | Description |
---|---|
void |