AppCenterAliases.

AppCenterTestStop(ICakeContext, AppCenterTestStopSettings) Method

Summary

Stop the started test run.
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterTestStop(this ICakeContext context, AppCenterTestStopSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterTestStopSettings The settings.

Return Value

Type Description
void