Summary
Runs all Fixie tests in the assemblies matching the specified pattern.
- Namespace
- Cake
.Common .Tools .Fixie - Containing Type
- FixieAliases
Syntax
[CakeMethodAlias]
public static void Fixie(this ICakeContext context, GlobPattern pattern)
Examples
Fixie("./src/UnitTests/*.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 |
