TestReceiver Class

Summary

Contains methods pertaining to collecting results from devices.xunit test hosts running on devices.
graph BT Type-->Base0["Object"] Type["TestReceiver"] class Type type-node

Syntax

public static class TestReceiver

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
LaunchEmbeddedTestsReceiver(ICakeContext, int) Task<bool>
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.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin