Summary
Runs all Fixie tests in the specified assemblies.
- Namespace
- Cake
.Common .Tools .Fixie - Containing Type
- FixieAliases
Syntax
[CakeMethodAlias]
public static void Fixie(this ICakeContext context, IEnumerable<string> assemblies)
Examples
var assemblies = new [] {
"UnitTests1.dll",
"UnitTests2.dll"
};
Fixie(assemblies);
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 |
