Skip to content

Class SubprocessTestHelper

Namespace: Belay.Core.Testing
Assembly: Belay.Core.dll

Test helper for subprocess communication.

csharp
public static class SubprocessTestHelper

Inheritance

objectSubprocessTestHelper

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

CreateTestDeviceAsync()

Create a DeviceConnection instance for testing.

GetMicroPythonExecutableAsync()

Get the MicroPython executable path from environment or default.

IsMicroPythonAvailableAsync()

Check if MicroPython unix port is available for testing.

Released under the Apache License 2.0.