TestingContext

A structure to hold testing-related context information.

The TestingContext structure is designed to provide runtime information about the test vehicle and project for testing purposes. This structure is intended strictly for testing and debugging purposes. Including sensitive information such as VINs or internal project names in production environments is not recommended.

Types

Link copied to clipboard
class Builder

Builder of TestingContext

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.