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