AppleSimulatorAliases.

TestiOSApplication(ICakeContext, string, string, SimCtlSettings) Method

Summary

Launches and returns the unit test results of an application on the specified simulator.

Syntax

public static TestResults TestiOSApplication(this ICakeContext context, string deviceIdentifier, string appIdentifier, SimCtlSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
deviceIdentifier string
appIdentifier string
settings SimCtlSettings

Return Value

Type Description
TestResults