Package-level declarations

Types

Link copied to clipboard
sealed class Device
Link copied to clipboard
class FakeJsEngine : JsEngine

Maestro requires an implementation of a JS engine for a small feature that we don't plan to use currently. This allows us to set the value, satisfy the interface, and not have to worry about the actual implementation.

Link copied to clipboard
class LoggingDriver(delegate: Driver, screenStateProvider: () -> ScreenState) : Driver

This is a delegate Maestro Driver that logs all actions to the TrailblazeLogger.