This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.DevicesXunitTestReceiver.
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> |
|