AppleSimulatorAliases.

TestiOSApplication(ICakeContext, string, string) 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)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
deviceIdentifier string
appIdentifier string

Return Value

Type Description
TestResults