TestReceiver.

LaunchEmbeddedTestsReceiver(ICakeContext, int) Method

Summary

Listens for a connection from the device running the tests, it then processes the results and returns either true or false depending on if all tests have passed.

Syntax

public static Task<bool> LaunchEmbeddedTestsReceiver(ICakeContext context, int port)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Cake context.
port int Port to listen on.

Return Value

Type Description
Task<bool>